FreeMat
|
Section: Mathematical Functions
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)
The tangent of 45 degrees should be 1
--> tand(45) ans = 1.0000