2 references to Tan
System.Runtime.Numerics (2)
System\Numerics\Complex.cs (1)
299
Complex<double> result = Complex<double>.
Tan
(new Complex<double>(value.m_real, value.m_imaginary));
System\Numerics\Complex.Generic.cs (1)
465
Complex<T> tan =
Tan
(new Complex<T>(-value.m_imaginary, value.m_real));