Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
715ec20bc9b372dda303b3457958a2746cb75c52
/
.
/
doc
/
efun
/
log
blob: d6ee8a6b52caacd0e0c492b930022c9b017d0eb6 [
file
] [
log
] [
blame
]
SYNOPSIS
float
log
(
int
|
float
arg
)
DESCRIPTION
Returns
the natural logarithm of its argument
.
HISTORY
LDMud
3.2
.
9
added integers
as
arguments
.
SEE ALSO
exp
(
E
),
pow
(
E
)