ezeio2:scriptref:fsin

This is an old revision of the document!


Find the sine of a value

Description

Float:fsin( Float:value )

Find the sine of the given value.

The value is assumed to be in radians.

Parameters

value input value

Return value

Returns the sine of value.

Example usage

   new Float:x;
 
   x = fsin( PI/4 );    // 0.70710...
  • ezeio2/scriptref/fsin.1574119563.txt.gz
  • Last modified: 2019-11-18 23:26
  • by andreh