ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Sinus of input
Sinus
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- input
- Type: ILNumericsfcomplex
fcomplex input
Return Value
Type: fcomplexSinus of input
Remarks
The sinus is computed by the trigonometric euler equation:
(Exp(i * input) - Exp(-1.0 * i * input)) / (2.0 * i)
[ILNumerics Core Module]
See Also