[TOC]

asind

Inverse sine in degrees

Usage

asind(A)

Example

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

asind_image