raising(toPower:withBehavior:)
Raises the number to a given power using the specified behavior.
Declaration
func raising(toPower power: Int, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumberDiscussion
behavior specifies the handling of calculation errors and rounding.