Ejemplo n.º 1
0
 public static SignedNumeral Format(this SignedNumeral signed) => ChurchSignedNumeral.Format(signed);
Ejemplo n.º 2
0
 public static Numeral Positive(this SignedNumeral signed) => ChurchSignedNumeral.Positive(signed);
Ejemplo n.º 3
0
 public static Numeral Negative(this SignedNumeral signed) => ChurchSignedNumeral.Negative(signed);
Ejemplo n.º 4
0
 public static SignedNumeral Sign(this Numeral n) => ChurchSignedNumeral.Sign(n);