POW in JS
Description
Returns the base of the exponent power. (JavaScript POW function Documentation).
Sample Source Pattern
Syntax
Arguments
base
: Base of number, it must be a float expression.
exp
: Power to which raise the base.
Return Type
Same data type sent through parameter as a numeric expression.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated