2 references to Hypot
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
1314return Hypot<double>(x, y); 1328return Hypot<float>(x, y);