Difference between revisions of "Math.fmod"

From OpenEUO
Jump to: navigation, search
(Created page with " math.fmod (x, y) Returns the remainder of the division of x by y that rounds the quotient towards zero.")
 
Line 1: Line 1:
 
  math.fmod (x, y)
 
  math.fmod (x, y)
  
Returns the remainder of the division of x by y that rounds the quotient towards zero.
+
Returns the remainder of the division of x by y that rounds the quotient towards zero.  
 +
 
 +
[[Math.ldexp]]
 +
 
 +
[[Math.log]]
 +
 
 +
[[Math.log10]]
 +
 
 +
[[Math.modf]]
 +
 
 +
[[Math.pow]]
 +
 
 +
[[Math.sqrt]]
 +
 
 +
[[String.format]]
 +
 
 +
[[Tonumber]]
 +
 
 +
[[Tostring]]

Revision as of 15:25, 9 October 2010

math.fmod (x, y)

Returns the remainder of the division of x by y that rounds the quotient towards zero.

Math.ldexp

Math.log

Math.log10

Math.modf

Math.pow

Math.sqrt

String.format

Tonumber

Tostring