powScale

Raises a base to an exponent specifically to scale its value.

It will retain its sign, and will give proper (but negative) values for all negative bases for all fractional exponents

Return

The resulting double, with sign preserved. If neither parameters are NaN, the result will never be NaN.

Author

Matthew Clark

Parameters

exp

The exponent to raise to


Raises a base to an exponent specifically to scale its value.

It will retain its sign, and will give proper (but negative) values for all negative bases for all fractional exponents

Return

The resulting float, with sign preserved. If neither parameters are NaN, the result will never be NaN.

Author

Matthew Clark

Parameters

exp

The exponent to raise to


Raises a base to an exponent specifically to scale its value.

It will retain its sign, and will give proper (but negative) values for all negative bases for all fractional exponents

Return

The resulting number, calculated by getting both numbers' Number.toDouble method.

Author

Matthew Clark

Parameters

exp

The exponent to raise to