Skip to main content

log10

log10(
@x ? ## required
) -> llll/null
note

log10 is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.

Returns the logarithm base 10 of @x


Arguments

  • @x [int/float/llll] Numeric llll.(required)

Output

Logarithm base 10 of @x. [llll/null]

warning

log10 will return null without raising an error if required arguments are not provided.