[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
HUGE_VAL

The largest floating point value with the same sign possible for a function's return.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <math.h>
Varies by CPU
Remarks:
If the result of a function is too large to be represented as a value by the return type, the function should return HUGE_VAL. It is the largest floating point value with the same sign as the expected return type.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000