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

numerics

numerics

§numerics(T 
type
:numeric numerics.T)
 => 
numerics numerics.T
:
Any 

numerics -- unit type defining features related to numeric but not
requiring an instance
the value corresponding to v in whatever integer implementation we have, maximum in case of overflow
identity element for 'infix *'
the constant '10' in whatever integer implementation we have, maximum in case of overflow
the constant '2' in whatever integer implementation we have, maximum in case of overflow
identity element for 'infix +'