[TOC]

atand

Inverse tangent in degrees

Usage

atand(A)

Example

Input
x = linspace(-50,50);
y = atand(x);
plot(x,y,'.-');
xlabel('x')
ylabel('atand(x)')
Output

atand_image.png