Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosoar/phpbinary
Achieve binary operation by php(使用php实现二进制数字的加减乘除以及转换等计算)
https://github.com/echosoar/phpbinary
Last synced: 25 days ago
JSON representation
Achieve binary operation by php(使用php实现二进制数字的加减乘除以及转换等计算)
- Host: GitHub
- URL: https://github.com/echosoar/phpbinary
- Owner: echosoar
- Created: 2015-09-28T14:13:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T15:47:05.000Z (about 9 years ago)
- Last Synced: 2023-03-04T00:27:39.357Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
phpBinary
Achieve binary operation by php
Author:Echosoar
WenSite:http://iwenku.net
Current project:
1.floatToBinary(Convert floating point numbers into IEEE 32bits binary numbers by php)