예제 #1
0
 public static type Neg <type, mark>(this SInv <type, Additive <mark> > inv, type t) => inv.Inv(t);
예제 #2
0
 public static type Recip <type, mark>(this SInv <type, Multiplicative <mark> > inv, type t) => inv.Inv(t);
예제 #3
0
 public static type Inv <type, mark>(this SInv <type, mark> inv, type t) => inv.UnOp(t);