TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Arccos ( elt-fld^rea x ) -> elt-fld^rea

Description

Given x with Abs(x) <= 1, return y with 0 <= y <= pi such that cos(y) = x.

Examples

x_R := RealField(100); Arccos(Zero(x_R));
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group