Skip to content

Exponentiation operators

Pre-release
Pre-release
Compare
Choose a tag to compare
@xwu xwu released this 27 Aug 20:40
· 26 commits to master since this release
  • Added the exponentiation operator ** and the compound assignment operator **=.
  • Deprecated BinaryInteger.pow(_:_:) and Math.pow(_:_:).