Teradata Trigonometry
- acos
Returns the arccosine of "numeric_expression" in radians. The arccosine is the angle whose cosine is "numeric_expression". "Numeric_expression" must be between -1 and 1, inclusive. - acosh
Returns the inverse hyperbolic cosine of "numeric_expression" where "numeric_expression" can be any real number equal to or greater than 1. - asin
Returns the arcsine of "numeric_expression" in radians. The arcsine is the angle whose sine is "numeric_expression". "Numeric_expression" must be between -1 and 1, inclusive. - asinh
Returns the inverse hyperbolic sine of "numeric_expression" where "numeric_expression" can be any real number. - atan
Returns the arctangent of "numeric_expression" in radians where the arctangent is the angle whose tangent is "numeric_expression". - atan2
Returns the arctangent of the x and y coordinates specified by "numeric_expression1" and "numeric_expression2", respectively, in radians. The returned angle will be between - and π radians, excluding π. - atanh
Returns the inverse hyperbolic tangent of "numeric_expression" where "numeric_expression" can be any real number between 1 and -1, excluding 1 and -1. - cos
Returns the cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - cosh
Returns the hyperbolic cosine of "numeric_expression" where "numeric_expression" can be any real number. - sin
Returns the sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - sinh
Returns the hyperbolic sine of "numeric_expression" where "numeric_expression" can be any real number. - tan
Returns the tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - tanh
Returns the hyperbolic tangent of "numeric_expression" where "numeric_expression" can be any real number.
Parent topic: Teradata