JCL Help:ArcCot
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ArcCot Function
Search in JCL Help
Search in all projects
Summary
Calculates the inverse of cotangent.
Pascal
function ArcCot(X: Float): Float;
Parameters
Parameters | Description |
X: Float | Value whose ArcCot to calculate |
Return Value
The angle whose cotangent equals X in radians.
Description
ArcCot calculates the inverse cotangent. Meaning it returns the angle whose cotangent equals X. ArcCot is calculated as -Arctan(X) + 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