ezeio2:scriptref:fasin

This is an old revision of the document!


Find the arc-sine of a value

Description

Float:fasin( Float:value )

Find the arc-sine of the given value.

The return value is in radians.

Parameters

value input value

Return value

Returns the arc-sine in radians of value.

Example usage

   new Float:x;
 
   x = fasin( 1 );    // 1.570796..
  • ezeio2/scriptref/fasin.1574120243.txt.gz
  • Last modified: 2019-11-18 23:37
  • by andreh