Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

infix **

🌌wrappingInteger.infix **

§infix **(other T)
 => 
T
:
Object

exponentiation for positive exponent

'zero ** zero' is permitted and results in 'one'.

redefines numeric.infix **:
basic operations: 'infix **' (exponentiation)