ATAND Inverse Tangent Degrees Function
Section: Mathematical Functions
Usage
Computes the inverse tangent of the argument, but returns the argument in degrees instead of radians (as is the case foratan
. The syntax for its use is
y = atand(x)
Examples
The inverse tangent of1
should be 45 degrees:
--> atand(1) ans = 45