Modulo: only accepts integrals.
Inheritance: BinaryIntegralOp
Beispiel #1
0
 public override Expr ConstructBinaryOp() => Modulo.Create(this.Left, this.Right);