BOOTSTRAP (
klibm
) functions
LIBRARY ROUTINE
kfact - compute factorial of input.
LIBRARY CALL
double kfact( double num)
INPUT
num
- number to have factorial of computed.
OUTPUT
none
RETURN VALUE
The factorial of the input argument.
DESCRIPTION
kfact() computes the factorial of the double precision input argument.
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.