<< Abs SYMSCI Toolbox Add >>

SYMSCI Toolbox >> SYMSCI Toolbox > Acos

Acos

symbolic inverse cosine

Syntax

b = Acos( a )

Arguments

a, b

symbolic

Description

Returns the inverse cosine b = acos(a) of a.

Examples

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


// ... and their inverse cosine values
Acos(x)
Acos(y)
Acos(z)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< Abs SYMSCI Toolbox Add >>