In Operators§
See primary documentation in context for infix %
multi infix:<%>(, --> Numeric)
Modulo operator. Coerces to Numeric
first.
Generally the following identity holds:
my (, ) = 1,2;% == - floor( / ) *
See primary documentation in context for infix %
multi infix:<%>(, --> Numeric)
Modulo operator. Coerces to Numeric
first.
Generally the following identity holds:
my (, ) = 1,2;% == - floor( / ) *