BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kgamma - compute the gamma function of the argument.
LIBRARY CALL
double kgamma(double x)
INPUT
- x - value to compute the log gamma of.
OUTPUT
none
RETURN VALUE
the double precision log gamma of the input argument.
DESCRIPTION
The kgamma function computes the log gamma of the
double precision input argument.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
If gamma does not exist on you system in libm,
then a Khoros version of the program will be
transparently installed in its place. This
version of the function is not very good. The
Khoros Group has plans to improve this function
soon after the main release of Khoros 2.0.
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.