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