Usage

Syntax: arcsin(float z);
Returns the inverse sine.

Explanation

This is the inverse function of sine.

Example

function onCreated()
{
  temp.foo = arcsin(sin(1.234));
}

... sets temp.foo to 1.234.

Categories

CategoryFunctionClientside
CategoryFunctionServerside

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki