[back] [prev] [next] [index] [root]
ArcSin
Returns the inverse sine of a number.
Syntax:
y := ArcSin(x);
See also: Sin, Cos, Tan
Description:
Given an x the function returns the inverse sine (arcsin) of
x. The computation is done in the current precision of
the real field.
Example:
kash> ArcSin(.5);
> 0.5235987755982988730771072305465838140328615665624224
<- back[back] [prev] [next] [index] [root]