Skip to main content

den

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

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

Returns the denominator of @x


Arguments

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

Output

Denominator of @x. [llll/null]

warning

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