Sin

Syntax

Math:Sin(angle, return)

Description

Returns the sine of an angle.

Note

Useful for any geometric problem solving.

Example

function main() {
  Var:Number myNum;
 
  Math:Sin(10, myNum)
  Konsol:Log(myNum) //see the log for -0.54402111088937
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net