< Rebol Programming

USAGE:

LOG-10 value 

DESCRIPTION:

Returns the base-10 logarithm.

LOG-10 is a native value.

ARGUMENTS:

  • value -- (Type: number)

SOURCE CODE

log-10: native[
    "Returns the base-10 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.