Calculator Function Refrence

Function Reference >Calculator Function Reference >Trigonometry>arcsecant, arccosecant, arccotangent

arcsecant, arccosecant, arccotangent

The three inverse reciprocal trigonometric functions are:
  • asec(x) - arcsecent
  • acsc(x) - arccosecant
  • acot(x) - arccotangent
asec(x) = acos(1/x)
acsc(x) = asin(1/x)
acot(x) = atan(1/x)

Each one of these functions takes input as a ratio and outputs the result in radians
Each one of these functions has an inverse, reciprocal, and hyperbolic version.