https://github.com/matokuk/real-numbers
https://github.com/matokuk/real-numbers
c floating-point pointers precision
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matokuk/real-numbers
- Owner: MatokUK
- License: mit
- Created: 2017-07-12T20:02:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T05:18:34.000Z (almost 9 years ago)
- Last Synced: 2024-02-13T22:29:52.019Z (over 2 years ago)
- Topics: c, floating-point, pointers, precision
- Language: C
- Homepage: http://matok.me.uk/6/php-gotcha-II-when-1-plus-7-isnt-8
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How real number is stored
Simple program that prints bits representation of real number.
Read more on my blog: http://matok.me.uk/6/php-gotcha-II-when-1-plus-7-isnt-8