Skip to main content

exp2

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

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

Raises 2 to the power of @x.


Arguments

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

Output

2 raised to the power of @x [llll/null]

warning

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