Computes the sine of a complex number.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static Complex Sin(
Complex z
)
Public Shared Function Sin (
z As Complex
) As Complex
public:
static Complex Sin(
Complex z
)
static member Sin :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The argument.
Return Value
Type:
ComplexThe value of sin(z).
See Also