USAGE: edit

LOG-10 value 

DESCRIPTION: edit

Returns the base-10 logarithm.

LOG-10 is a native value.

ARGUMENTS: edit

  • value -- (Type: number)

SOURCE CODE edit

log-10: native[
    "Returns the base-10 logarithm." 
    value [number!]
]