2 references to ReciprocalEstimate
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
881public static double ReciprocalEstimate(double x) => Math.ReciprocalEstimate(x);
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1206return ReciprocalEstimate(d);