Changes

Jump to navigation Jump to search

math.eval

12 bytes added, 13:09, 6 June 2012
Line 15: Line 15:  
== Example  ==
 
== Example  ==
   −
<source lang="lua">math.eval("sqrt(2^3)")</source>  
+
<source lang="lua">math.eval("sqrt(16)") -- returns 4</source>  
    
<br>
 
<br>
    
== See also ==
 
== See also ==

Navigation menu