ComplexMathSin(Complex32) Method |
Returns the sine of the specified complex function argument z.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Sin(
Complex32 z
)
Parameters
- z Complex32
- Function argument.
Return Value
Complex32The sine of the specified complex function argument z.
See Also