BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kexp10 - compute the base 10 exponential function of the argument.
LIBRARY CALL
double kexp10(double x)
INPUT
- x - variable whose base 10 exponential is to be computed.
OUTPUT
none
RETURN VALUE
the double precision base 10 exponential of the input
argument.
DESCRIPTION
The kexp10 function computes the base 10 exponential
function.
kexp10 is not a POSIX function, but is
implemented in a few BSD math libraries.
If it is implemented for the current architecture
in libm.a, then this is simply a macro to exp10,
otherwise kexp10 is a macro to the Khoros
portable version of exp10.
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.