<< Add SYMSCI Toolbox Atan >>

SYMSCI Toolbox >> SYMSCI Toolbox > Asin

Asin

symbolic inverse sine

Syntax

b = Asin( a )

Arguments

a, b

symbolic

Description

Returns the inverse sine b = asin(a) of a.

Examples

// some values ...
x = Sym("sqrt(2)/2")
y = Sym("1/2")
z = Sym("x*x+5")


// ... and their inverse sine values
Asin(x)
Asin(y)
Asin(z)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< Add SYMSCI Toolbox Atan >>