[TOC]

asecd

Inverse secant in degrees

Usage

asecd(A)

Example

Input
x = linspace(-1,1,8)
asecd(x)
Output
x = 
-1.0000000  -0.7142857  -0.4285714  -0.1428571   0.1428571   0.4285714   0.7142857   1.0000000

ans = 
Columns 1 to 3:
 180.00000 + 0.0000000i   180.00000 + 49.676285i   180.00000 + 85.427796i
Columns 4 to 6:
 180.00000 + 150.91226i   0.0000000 + 150.91226i   0.0000000 + 85.427796i
Columns 7 to 8:
 0.0000000 + 49.676285i   0.0000000 + 0.0000000i