Universeorange.com/Docs/

R3m/framework Function reference math.sin.inverse

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

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

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

More information:

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

Last modified: 2021-06-07

© 2021 universeorange.com