Sybase Trigonometry
- acos
Returns the arccosine of "numeric_expression" in radians. The arccosine is the angle whose cosine is "numeric_expression". - asin
Returns the arcsine of "numeric_expression" in radians. The arcsine is the angle whose sine is "numeric_expression". - atan
Returns the arctangent of "numeric_expression" in radians. The arctangent is the angle whose tangent is "numeric_expression". - tan
Returns the tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - atn2
Returns the angle, in radians, whose tangent is "numeric_expression1" / "numeric_expression2". - cos
Returns the cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - cot
Returns the cotangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - degrees
Returns "numeric_expression" radians converted to degrees. - radians
Returns the degree equivalent of "numeric_expression". Results are of the same type as "numeric_expression". For numeric or decimal expressions, the results have an internal precision of 77 and a scale equal to that of "numeric_expression". When the money datatype is used, an internal conversion to float may cause some loss of precision. - sin
Returns the sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians.
Parent topic: Sybase