Our website uses cookies to give you the best and most relevant experience. By clicking on accept, you give your consent to the use of cookies as per our privacy policy.AcceptDeny

fatan

Find the arc-tangent of a value

Description

Float:fatan( Float:value )

Find the arc-tangent of the given value in radians.

Parameters

value input value in radians

Return value

Returns the arc-tangent value.

Example usage

   new Float:x;
 
   x = fatan( 1 );    // 0.785398..