Trigonometric functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Trigonometric functions
module about sine, cosine, and related functions.
- Computes the inverse cosine in radians for each element of x.
- Inverse cosine in degrees.
- Inverse hyperbolic cosine.
- Inverse cotangent of angle in radians
- Inverse cotangent of angle in degrees
- Inverse hyperbolic cotangent.
- Inverse cosecant in radians.
- Inverse cosecant in degrees.
- Inverse hyperbolic cosecant.
- Inverse secant of angle in radians.
- Inverse secant of argument in degrees.
- Inverse hyperbolic secant of angle in radians.
- Computes the inverse sine in radians for each element of x.
- Inverse sine in degrees.
- Inverse hyperbolic sine function
- Computes the inverse tangent in radians for each element of x.
- Computes the four-quadrant inverse tangent.
- Four-quadrant inverse tangent in degrees.
- Inverse tangent in degrees.
- Computes the inverse hyperbolic tangent.
- Transforms Cartesian coordinates to polar or cylindrical.
- Transforms Cartesian to spherical coordinates.
- Computes the cosine in radians for each element of x.
- Computes the cosine in degree for each element of x.
- Computes the hyperbolic cosine in radians for each element of x.
- Computes the matrix cosine of a square matrix.
- Computes cos(X * pi) accurately.
- Cotangent of angle in radians
- Cotangent of argument in degrees
- Hyperbolic cotangent.
- Cosecant of input angle in radians.
- Cosecant of argument in degrees.
- Hyperbolic cosecant.
- Convert angle from degrees to radians.
- Transforms polar or cylindrical coordinates to Cartesian.
- Convert angle from radians to degrees.
- Secant of angle in radians.
- Secant of argument in degrees.
- Hyperbolic secant.
- Computes the sine in radians for each element of x.
- Computes the sine in degree for each element of x.
- Computes the hyperbolic sine in radians for each element of x.
- Computes the matrix sinus of a square matrix.
- Computes sin(X * pi) accurately.
- Transform spherical coordinates to Cartesian.
- Computes the tangent in radians for each element of x.
- Computes the tangent in degree for each element of x.
- Computes the hyperbolic tangent in radians for each element of x.
- Computes the matrix tangent of a square matrix.