JCL Help:ArcCsc
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ArcCsc Function
Search in JCL Help
Search in all projects
Summary
Calculates the inverse cosecant.
Pascal
function ArcCsc(X: Float): Float;
Parameters
Parameters | Description |
X: Float | Value whose ArcCsc to calculate. Absolute value of X must be smaller than 1.0. |
Return Value
The angle, in radians, whose cosecant equals X.
Description
ArcCsc calculates the inverse cosecant. Meaning it returns the angle whose cosecant equals X. ArcCsc is calculated as ArcTan(1.0 / Sqrt(1.0 - Sqr(X))) + (Sgn(X) - 1.0) * PI_2.
About
Unit
Donator
Clayton Collie
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page