SYNOPSIS
#include <math.h>
double significand(double x)
float significandf(float x)
DESCRIPTION
significand(x) returns sig, where x := sig* 2**n with 1 <= sig < 2. significand(x) is not defined when x is 0, ±Infinity, or NaN.
The
PARAMETERS
RETURN VALUES
If successful,
significand(x) is not defined when x is 0, ±Infinity, or NaN.
CONFORMANCE
IEEE Std 754-1985
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
These functions allow users to test conformance to IEEE Std 754-1985. Their use is not otherwise recommended.
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
- Functions:
math()
PTC MKS Toolkit 10.5 Documentation Build 40.