cos(x)
Features
This function returns the sine value of x radians.
Parameters
| Parameter Name | Data Type | Default Value | Description |
|---|---|---|---|
x | float | - | - |
Return
| Value | Description |
|---|---|
the cosine of x | - |
Exception
| Exception | Description |
|---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |