asin function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Syntax

  • float asin(float x)

Returns

The arc sine of x in degrees. This value is in the range [-90, 90]. If x is outside [-1,1], nan is generated.

Description

The asin function calculates the arc sine of X, i.e. the value whose sine is x.

Related


In this topic