Contents

raising(toPower:withBehavior:)

Raises the number to a given power using the specified behavior.

Declaration

func raising(toPower power: Int, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumber

Discussion

behavior specifies the handling of calculation errors and rounding.

See Also

Performing Arithmetic