12 references to Abs
System.Runtime.Numerics (12)
System\Numerics\Complex.Generic.cs (12)
56public T GetMagnitude() => Abs(this); 939return new Complex<T>(T.Log(Abs(value)), T.Atan2(value.m_imaginary, value.m_real)); 1104T rho = Abs(value); 1185static Complex<T> INumberBase<Complex<T>>.Abs(Complex<T> value) => Abs(value); 1336T ax = Abs(x); 1337T ay = Abs(y); 1405T ax = Abs(x); 1406T ay = Abs(y); 1466T ax = Abs(x); 1467T ay = Abs(y); 1526T ax = Abs(x); 1527T ay = Abs(y);