Return _subject to the exponent power
Contract| Return type | wob | | Parameter key | Default value | Type | | exponent | req | number | | Water Contract<method number.power
exponent=req=number/> | |
_subject can be either an integer or a number.double.
exponent can be either an integer or a decimal double.
If _subject is an integer and the 'exponent' is a non-negative integer, an integer is returned,
otherwise a number.double is returned.
Example:
2.<power 3/>
8 Example:
2.<power 0.5/>
1.4142135623730951© Copyright 2007 Clear Methods, Inc.