Trait IntMathpub

Source
:trait(pub) IntMath
  .abs ( Self  Self )
  .signum ( Self  Self )
  .gcd ( Self Self  Self )
  .lcm ( Self Self  Self )
  .pow ( Self Self  Self )

Required Methods

.abs ( Self Self )

.signum ( Self Self )

.gcd ( Self Self Self )

.lcm ( Self Self Self )

.pow ( Self Self Self )

Implementors

impl IntMath for Int