Gets the sine of a complex number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<T> Sin(
Complex<T> z
)
Public Shared Function Sin (
z As Complex(Of T)
) As Complex(Of T)
public:
static Complex<T> Sin(
Complex<T> z
)
static member Sin :
z : Complex<'T> -> Complex<'T>
Parameters
- z
- Type: Extreme.MathematicsComplexT
A complex number.
Return Value
Type:
ComplexTThe sine of the complex number.
Reference