search for in the function list all php.net sites this mirror only online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list
view this page in
(PHP 4, PHP 5)
sin — Ημίτονο
Η sin() επιστρέφει το ημίτονο της arg . Η arg είναι σε rad.
<?php // Precision depends on your precision directive print sin(deg2rad(60)); // 0.866025403 ... print sin(60); // -0.304810621 ... ?>
Ανατρέξτε επίσης στις: asin(), cos(), tan() και deg2rad().