FreeMat
|
Section: Mathematical Functions
Computes the inverse tangent of the argument, but returns the argument in degrees instead of radians (as is the case for atan
. The syntax for its use is
y = atand(x)
The inverse tangent of 1
should be 45 degrees:
--> atand(1) ans = 45