USAGE: edit

LOG-E value 

DESCRIPTION: edit

Returns the base-E (natural number) logarithm.

LOG-E is a native value.

ARGUMENTS: edit

  • value -- (Type: number)

SOURCE CODE edit

log-e: native[
    "Returns the base-E (natural number) logarithm." 
    value [number!]
]