2 references to Hypot
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
1739return Hypot<double>(x, y); 1763return Hypot<float>(x, y);