Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<acoshasinh>
Last updated: Tue, 19 Sep 2006

asin

(PHP 3, PHP 4, PHP 5)

asin -- Arc sine

Description

float asin ( float arg )

Returns the arc sine of arg in radians. asin() is the complementary function of sin(), which means that a==sin(asin(a)) for every value of a that is within asin()'s range.

See also: asinh(), acos(), and atan().




<acoshasinh>
Last updated: Tue, 19 Sep 2006