asin

View page source

Inverse Sine Function: asin

Syntax

y = asin ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{asin}^{(1)} (x) = (1 - x * x)^{-1/2}\]

Example

The file asin.cpp contains an example and test of this function.