BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
krecip - reciprocal function.
LIBRARY CALL
double krecip(
double x)
INPUT
- x - argument to get the reciprocal of.
OUTPUT
none
RETURN VALUE
The result of the krecip function evaluated
as 1/x.
DESCRIPTION
The krecip function evaluates the reciprocal value of the
double precision input
argument. The result is 1/x 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.