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.")
 
 
(2 intermediate revisions by the same user not shown)
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.exp]]
 +
 
 +
[[Math.frexp]]
 +
 
 +
[[Math.ldexp]]
 +
 
 +
[[Math.log]]
 +
 
 +
[[Math.log10]]
 +
 
 +
[[Math.modf]]
 +
 
 +
[[Math.pow]]
 +
 
 +
[[Math.sqrt]]
 +
 
 +
[[String.format]]
 +
 
 +
[[Tonumber]]
 +
 
 +
[[Tostring]]

Latest revision as of 15:28, 9 October 2010

math.fmod (x, y)

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

Math.exp

Math.frexp

Math.ldexp

Math.log

Math.log10

Math.modf

Math.pow

Math.sqrt

String.format

Tonumber

Tostring