Handbook
Glossary
flog ( x -- double )
C standard library math functions
Prev:
fexp ( x -- double )
Next:
flog10 ( x -- double )
Vocabulary
math
.
libm
Inputs
x
a
real
Outputs
double
a
real
Word description
Calls the natural logarithm function from the C standard library. User code should call
log
instead.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
math.libm
LIBRARY:
libm
FUNCTION-ALIAS:
flog
double log (
double
x )