Mega Code Archive
Categories
/
Php
/
Math
Float asin ( float num ) calculates the arc sine value
$asin1 = asin(0.4346); $asin2 = asin(sin(80)); ?>