whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Math
/
Upload File:
files >> /home/kckglobal/www/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); }
Copyright ©2021 || Defacer Indonesia