Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~619 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for The Girl

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 …

Member Avatar for alice_C
0
241
Member Avatar for akila

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 != …

Member Avatar for murschech
0
160
Member Avatar for akila

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 …

Member Avatar for Dave Sinkula
0
218

The End.