 |
 |
 |
 |
Warning: include(../levoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/sin.html on line 46
Warning: include() [ function.include]: Failed opening '../levoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/sin.html on line 46
|
 |
 |
 |
 | |
|  |
(PHP 3, PHP 4)
sin - синус. Описаниеfloat sin (float arg)
sin() возвращает синус аргумента arg. Параметр arg задан в радианах.
<?php
// Точность зависит от вашей директивы precision
print sin(deg2rad(60)); // 0.866025403 ...
print sin(60); // -0.304810621 ...
?> |
См. также asin(), cos(),
tan() и deg2rad(). |  | |
|
 |
 |
 |
 |
Warning: include(../pravoe_menu.php) [ function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/sin.html on line 144
Warning: include() [ function.include]: Failed opening '../pravoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/sin.html on line 144
|
 |
 |
 |
 | |