arccos - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Returns the mathematical inverse (arc) cosine of x. A common alias for this function is acos, and it is sometimes represented as cos-1.
- x The value whose inverse cosine will be returned. Values typically range from -1 to 1.
Returns the mathematical inverse cosine of x. Values typically range from 0 to pi.
theta = arccos(opposite/adjacent);
NOTOC
Category:Function:Real