SA-MP Forums Archive
sinus help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sinus help (/showthread.php?tid=482491)



sinus help - Roai - 21.12.2013

if i have sin x how do i find the x?


Re: sinus help - RajatPawar - 21.12.2013

The function asin( value ) returns the inverse of sin. (principle value only)

So, asin( sin( 90 * 3.14/180 ) ) would return Pi/2 (90 * 3.14/180)

Also, SINE and SINUS are two different things!


Re: sinus help - Vince - 21.12.2013

In almost all other languages that English it's called 'sinus'. Hence the mistake.