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.
◐
)Calculates the sine of the argument.
◑
)Calculates the inverse sine of the argument.
◒
)Calculates the cosine of the argument.
◓
)Calculates the inverse cosine of the argument.
◔
)Calculates the tangent of the argument.
◕
)Calculates the inverse tangent of the argument.
◖
)Calculates the hyperbolic sine of the argument.
◗
)Calculates the inverse hyperbolic sine of the argument.
◌
)Calculates the hyperbolic cosine of the argument.
◍
)Calculates the inverse hyperbolic cosine of the argument.
◎
)Calculates the hyperbolic tangent of the argument.
◉
)Calculates the inverse hyperbolic tangent of the argument.
◭
)Converts the argument from degrees to radians.
◮
)Converts the argument from radians to degrees.