See the Trigonometric Functions section of Teradata Package for Python Function Reference, B700-4008) at https://docs.teradata.com/ for detailed description and usage examples of these functions.
Sr. No. | Function Name | Description |
---|---|---|
1 | acos() | Returns the arc-cosine value. |
2 | asin() | Returns the arc-sine value. |
3 | atan() | Returns the arc-tangent value. |
4 | atan2() | Returns the arc-tangent value based on x and y coordinates. |
5 | cos() | Returns the cosine value. |
6 | sin() | Returns the sine value. |
7 | tan() | Returns the tangent value. |