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