Universeorange.com/Docs/
{math.cos.inverse(Float $number)}
{matg.cos.inverse()} Returns the arc cosine of number in radians.
{math.cos.inverse()} is the inverse function of {math.cos()}, which means that $a=={math.cos(math.cos.inverse($a))} for every value of a that is within {math.cos.inverse()} range.
Returns The arc cosine of
numberin radians as afloat.
https://www.php.net/manual/en/function.acos.php
Last modified: 2021-06-06
© 2021 universeorange.com