BOOTSTRAP (
klibm
) functions
LIBRARY ROUTINE
kfraction - returns the fractional part of x
LIBRARY CALL
double kfraction( double x)
INPUT
x
- argument to the kfraction function
OUTPUT
none
RETURN VALUE
The double precision fractional part of the input argument.
DESCRIPTION
The kfraction function evaluates the fractional value of the double precision input argument. The result is kmodf(x, *iptr) for a given x.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/klibm/src/extensions.c
SEE ALSO
klibm(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.