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