Universeorange.com/Docs/

R3m/framework Function reference math.tan.inverse

{math.tan.inverse(Float $number)}

{math.tan.inverse()} Returns the arc tangent of number in radians.
{math.tan.inverse()} is the inverse function of {math.tan()}, which means that $a=={math.tan(math.tan.inverse($a))} for every value of a that is within {math.tan.inverse()} range.

Returns the arc tangent of number in radians as a float.

More information:

https://www.php.net/manual/en/function.atan.php

Last modified: 2021-06-07

© 2021 universeorange.com