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

Function

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

Description

Given x with Abs(x) <= 1, return y with Abs(y) <= pi/2 such that sin(y) = x.

Examples

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