Tagged Questions

3
votes
5answers
782 views

Floating Point Subtraction in C results zero

I have a code wriiten in C which is intended for a 16-bit microcontroller. The code essentially does lot of floating point arithmatic. The arithmatic works fine till the result is positive; but in ...