Operations<T>.SinCos Method

Returns a tuple of the sine and cosine of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static (T , T ) SinCos(
	T operand
)

Parameters

operand  T
 

Return Value

ValueTuple<T, T>

See Also