Section: Mathematical Functions
y = asec(x)
where x is an n-dimensional array of numerical type.
x
n
acosh
--> x1 = -5:.01:-1; --> x2 = 1:.01:5; --> plot(x1,asec(x1),x2,asec(x2)); grid('on');