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