SYNOPSIS
#include <math.h>
double frexp(double value, int *eptr); float frexpf(float value, int *eptr);
DESCRIPTION
The
To check for error situations, set errno to 0
before calling
The
PARAMETERS
RETURN VALUES
The
The
For both functions, if value is 0, both parts of the result are 0. For both functions, if value is NaN, NaN is returned, errno is set to EDOM and the value of *exp is unspecified.
CONFORMANCE
ANSI/ISO 9899-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.