Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sin [2019/05/07 22:07] (current) – created neils
Line 1: Line 1:
 +====== SIN() ======
  
 +Syntax:
 +
 +  sin%(<float expression>)
 +  
 +The ''SIN()'' function returns the sine value of the given numeric expression. The function only accepts a float as its single argument and can only return a float.
 +
 +Example:
 +
 +  print sin%(1.0)
 +  rem -- the above outputs 0.841470985