Complex<T>.Sin Cos Method
Gets the sine and cosine of a complex number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A tuple containing the sine and the cosine of the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static (Complex<T> , Complex<T> ) SinCos(
Complex<T> z
)
Parameters
Return Value
ValueTuple<Complex<T>, Complex<T>>A tuple containing the sine and the cosine of the complex number.