BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kfmod - compute the floating point modulo of the arguments.
LIBRARY CALL
double kfmod(
double x,
double y)
INPUT
- x - numerator of division operation.
- y - denominator of division operation.
OUTPUT
none
RETURN VALUE
the double precision modulo remainder of x/y.
DESCRIPTION
The kfmod function computes the floating
point remainder of x/y.
This is provided in all POSIX and X/OPEN
compliant C math libraries. On most machines,
kfmod is a macro to fmod. On certain
machines that are not fully POSIX compliant,
this is a macro to an internal implementation
of fmod.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/klibm/src/klibm.c
SEE ALSO
klibm(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.