Contents
Display Legacy Contents

 Print
    Tangent  
This Function returns a <numeric>, which is the Tangent of the specified Value.

Parameters

Value <numeric>
  Value to retrieve the Tangent from, in radians.

     
Example 1
Example 2
Tan(0.7853981634)

Result = 1
Tan(DegreeToRadian(45))

Result = 1

See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:30 PM