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 forcos
). The syntax for its use is
y = tand(x)
Examples
The tangent of 45 degrees should be1
--> tand(45) ans = 1.0000