1 reference to MaxMagnitude
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1139
public static double MaxMagnitude(double x, double y) => Math.
MaxMagnitude
(x, y);