HUGE_VAL (Windows CE 5.0)
Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Library Global Constants
HUGE_VAL is the largest double value that can be represented.
This value is returned by many run-time math functions when an error occurs.
For some functions, –HUGE_VAL is returned.
#include <math.h>
See Also
Run-time Library Global Constants
Send Feedback on this topic to the authors