lib-base.decimal.pow

Home > @mosaic/lib-base > Decimal > pow

Decimal.pow() method

Signature:

pow(exponent: number): Decimal;

Parameters

ParameterTypeDescription

exponent

number

Returns:

Decimal

Last updated