ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Cosine of input
Cosinus
[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: ILNumericscomplex
Input value
Return Value
Type: complexCosine of input
Remarks
The cosine is computed by the trigonometric euler equation:
0.5 * [exp(i input) + exp(-i input)]
[ILNumerics Core Module]
See Also