Rsin
Revision as of 11:43, 9 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' rsin [float] Returns the sine of the angle. Same as Sin but use radians instead. ==Examp...)
A command for Oblivion Script Extender
Syntax:
rsin [float]
Returns the sine of the angle. Same as Sin but use radians instead.
Example[edit | edit source]
set y to r * ( rsin theta )
Notes[edit | edit source]
- This function can be used in a mathematical formula (a + sin b), but a mathematical formula will not compile as the arguement for this function (sin (a + b) doesn't work).
- sin a + b = ( sin a ) + b