Predefined Functions – sin
| Function name: | sin – Sinus |
| Synopsis: | sin(x) |
| Input data type | Output data type |
|---|---|
| real | real |
| complex | complex |
| quaternion | unsupported |
Description:
ChaosPro automatically detects the input data type.
In order to calculate sin(z) ChaosPro performs the following calculation:
sin(z) = sin(x+iy) = 0.5*(exp(y)+exp(-y))*sin(x) + 0.5*(exp(y)-exp(-y))*cos(x)*i