Rsin
A command for Oblivion Script Extender
Syntax:
rsin [float]
Returns the sine of the angle. Same as Sin but use radians instead.
ExampleEdit
set y to r * ( rsin theta )
NotesEdit
- 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