JCL Help:ArcSin
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ArcSin Function
Search in JCL Help
Search in all projects
Summary
Calculates the inverse sine.
Pascal
function ArcSin(X: Float): Float;
Parameters
Parameters | Description |
X: Float | The value whose inverse sine to calculate. X must be smaller than or equal to 1.0. |
Return Value
ArcSin of X in radians.
Description
ArcSin calculates the inverse sine. Meaning it returns the angle whose sine equals X.
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