Pancode - Commands - Trigonometry

All of the trigonometric functions in Pancode work the same way. They take a single argument and return the appropriate function applied to that argument. All Pancode trigonometry functions operate on radians, except where stated. All of the following functions are subject to scalar extension.

Sine ()

Calculates the sine of the argument.

Arc Sine ()

Calculates the inverse sine of the argument.

Cosine ()

Calculates the cosine of the argument.

Arc Cosine ()

Calculates the inverse cosine of the argument.

Tangent ()

Calculates the tangent of the argument.

Arc Tangent ()

Calculates the inverse tangent of the argument.

Hyperbolic Sine ()

Calculates the hyperbolic sine of the argument.

Area Hyperbolic Sine ()

Calculates the inverse hyperbolic sine of the argument.

Hyperbolic Cosine ()

Calculates the hyperbolic cosine of the argument.

Area Hyperbolic Cosine ()

Calculates the inverse hyperbolic cosine of the argument.

Hyperbolic Tangent ()

Calculates the hyperbolic tangent of the argument.

Area Hyperbolic Tangent ()

Calculates the inverse hyperbolic tangent of the argument.

Degrees to Radians ()

Converts the argument from degrees to radians.

Radians to Degrees ()

Converts the argument from radians to degrees.

Documentation Index