math.huge

A huge value

Prototype

v = math.huge

Description

The value HUGE_VAL, a value larger than or equal to any other numerical value. Note that this is a number, not a function.

math.huge --> 1.#INF

Lua functions

Topics