Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Math/atan2.php
Назад
<?php declare(strict_types=1); namespace Psl\Math; use function atan2 as php_atan2; /** * Returns the arc tangent of the given coordinates. * * @pure */ function atan2(float $y, float $x): float { return php_atan2($y, $x); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка