ezeio2:scriptref:facos

This is an old revision of the document!


Find the arc-cosine of a value

Description

Float:facos( Float:value )

Find the arc-cosine of the given value.

The return value is in radians.

Parameters

value input value

Return value

Returns the arc-cosine in radians of value.

Example usage

   new Float:x;
 
   x = facos( 1 );    // 0
  • ezeio2/scriptref/facos.1574120292.txt.gz
  • Last modified: 2019-11-18 23:38
  • by andreh