MATLAB Functions Help Desk

asin, asinh

Purpose

Inverse sine and inverse hyperbolic sine

Syntax

Description

The asin and asinh functions operate element-wise on arrays. The functions' domains and ranges include complex values. All angles are in radians.

Y = asin(X) returns the inverse sine (arcsine) for each element of X. For real elements of X in the domain , asin(X) is in the range . For real elements of x outside the range , asin(X) is complex.

Y = asinh(X) returns the inverse hyperbolic sine for each element of X.

Examples

Graph the inverse sine function over the domain and the inverse hyperbolic sine function over the domain

Algorithm



See Also

sin, sinh   Sine and hyperbolic sine



[ Previous | Help Desk | Next ]