예제 #1
0
 /// <inheritdoc cref="IFloatingPointIeee754{TSelf}.ReciprocalSqrtEstimate(TSelf)" />
 public static double ReciprocalSqrtEstimate(double x) => Math.ReciprocalSqrtEstimate(x);