Imaginary<T>.Cos Method
Gets the cosine of an imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The cosine of the imaginary number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T Cos(
Imaginary<T> z
)
Parameters
Return Value
TThe cosine of the imaginary number.
Remarks
The cosine of an imaginary number is real.