Пример #1
0
 /// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ReciprocalEstimate(TSelf)" />
 public static double ReciprocalEstimate(double x) => Math.ReciprocalEstimate(x);