Exponentiation operators
Pre-release
Pre-release
- Added the exponentiation operator
**
and the compound assignment operator**=
. - Deprecated
BinaryInteger.pow(_:_:)
andMath.pow(_:_:)
.
**
and the compound assignment operator **=
.BinaryInteger.pow(_:_:)
and Math.pow(_:_:)
.