Exemple #1
0
 public static BigFloat Negate(BigFloat value)
 => new BigFloat(BigInteger.Negate(value.Numerator), value.Denominator);