TAND Tangent Degrees Function

Section: Mathematical Functions

Usage

Computes the tangent of the argument, but takes the argument in degrees instead of radians (as is the case for cos). The syntax for its use is
   y = tand(x)

Examples

The tangent of 45 degrees should be 1
--> tand(45)

ans = 
    1.0000