dividing(by:withBehavior:)
Divides this number by another given number using the specified behavior.
Declaration
func dividing(by decimalNumber: NSDecimalNumber, withBehavior behavior: (any NSDecimalNumberBehaviors)?) -> NSDecimalNumberDiscussion
behavior specifies the handling of calculation errors and rounding.