Math.huge

From OpenEUO
Revision as of 15:20, 9 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
math.huge

The value HUGE_VAL, a value larger than or equal to any other numerical value.

Numbers in Lua are doubles and doubles under Windows are a 64-bit floating point type: 1 bit for sign, 11 bits for the exponent, and 52 bits for the mantissa. Its range is +/–1.7E308 with at least 15 digits of precision.

Math.abs

Math.ceil

Math.floor

Math.min

Math.max

Math.modf

Math.pi

Windows API - type double