lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


If you have control over the Lua environment it would make more sense to
just export the info available to C.  For example from <float.h>:

    DBL_DIG
    DBL_EPSILON
    DBL_MANT_DIG
    DBL_MAX
    DBL_MAX_10_EXP
    DBL_MAX_EXP
    DBL_MIN
    DBL_MIN_10_EXP
    DBL_MIN_EXP


-John