Strange float behaviour on Arduino Mega

IIRC the compiler does handle the compile time (float) constants to appropriate value. For the remaining it is the AVR floating point library that does the math.
(math.h)

1 Like