No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I need some help converting flaot to binary, do you still have the converstion program lying around? thanks!! [QUOTE=Stack Overflow]Welcome to the forums, I have written a program called "Conversion" a while back. It does exactly what you are looking for and more: [list][*]Decimal to Hex [*]Hex to Decimal [*]Hex …
I have a simple program to figure out the single machine precision (epsilon). According to C, float precision is 1.2e-8, but I'm getting the double precision, 2.2e-16. I can't figure out how else to force single precision? [code] void main(void) { float eps = 1.0f; while( eps + 1.0f != …
This may be trivial for most of you, but I've been scratching my head as to how to convert real numbers (ie 5.375) to binary. Actually, I'm trying to convert the real number to 32-bit IEEE binary format, but I'm just working with trying to convert it to binary for …
The End.
akila