MultiplicativeArithmetic

2.0.1

Formalizes an object's ability to be multiplied by something
RougeWare/Swift-MultiplicativeArithmetic

What's New

2.0 • Added `sqrt` and `pow`

2023-10-25T00:42:02Z

sqrt and pow are like fancy multiplying right? Right.

So now they're here! Turns out the standard libraries tend to include these already so We just had to thinly wrap them. Except Decimal; that had some ancient ObjC weirdness. Woo!

CodeFactor

MultiplicativeArithmetic

Swift's standard library includes AdditiveArithmetic, but not MultiplicativeArithmetic. So I made one!

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Mar 16 2024 11:57:53 GMT-0900 (Hawaii-Aleutian Daylight Time)