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#
public static T Cos(
	Imaginary<T> z
)

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

T
The cosine of the imaginary number.

Remarks

The cosine of an imaginary number is real.

See Also