exp2
Overloads
| Name | Description |
|---|---|
exp2(integer arg) -> real | Calculates 2 raised to the power of the given value. |
exp2(real arg) -> real | Calculates 2 raised to the power of the given value. |
exp2(bool arg) -> real | Calculates 2 raised to the power of the given value. |
exp2(integer arg) -> real
Calculates 2 raised to the power of the given value.
Parameters
- arg: The exponent value.
exp2(real arg) -> real
Calculates 2 raised to the power of the given value.
Parameters
- arg: The exponent value.
exp2(bool arg) -> real
Calculates 2 raised to the power of the given value.
Parameters
- arg: The exponent value.