< Rebol Programming

USAGE:

LOG-E value 

DESCRIPTION:

Returns the base-E (natural number) logarithm.

LOG-E is a native value.

ARGUMENTS:

  • value -- (Type: number)

SOURCE CODE

log-e: native[
    "Returns the base-E (natural number) logarithm." 
    value [number!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.