significand(), significandf()

IEEE test functions 

Function


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 significandf() function is a single-precision version of significand().


PARAMETERS

x 

Is the number whose significand is to be computed.


RETURN VALUES

If successful, significand() returns the value of the function.

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.4 Documentation Build 39.