MS Access Trigonometry
- atan
Returns the arctangent of "numeric_expression" in radians. The arctangent is the angle whose tangent is "numeric_expression". - cos
Returns the cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - sin
Returns the sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. - tan
Returns the tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians.
Parent topic: MS Access