Open leonardt opened 6 years ago
@phanrahan can you remind me what rol
and ror
are?
@rdaly525 planning to include min
, max
, and abs
as primitives? Or should I define them in terms of the existing primitives
rol is rotate left, ror is rotate right.
These primitives need DefineOp, Op and op versions
Pseudoprimitives (meta-programmed in python)