cosT8safe
Safe cosine approximation of the input
cosT8safe(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Input to the Taylor series approximation of cosine. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The 8th order Taylor series approximation of cosine, wrapped for periodicity. |