BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
klog10 - compute the base 10 logarithm of the argument.
LIBRARY CALL
double klog10(double x)
INPUT
- x - argument to the base 10 log function.
OUTPUT
none
RETURN VALUE
the double precision base 10 logarithm of the input
argument.
DESCRIPTION
The klog10 function computes the base 10 logarithm
of the double precision input argument.
This is provided in all POSIX and X/OPEN
compliant C math libraries. Currently
klog10 is simply a macro to log10 because
Khoros does not run on any machine whose
math library does not include this function.
If Khoros is ported to a machine without this
function then a replacement will be written.
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.