Used by ./frexp.nim
Consts
DBL_EPSILON = 2.220446049250313e-16
- Source Edit
DBL_MANT_DIG = 53
- Source Edit
DBL_MAX_10_EXP = 308
- Source Edit
DBL_MAX_EXP = 1024
- inner, for PyLong_AsDouble Source Edit
DBL_MIN_10_EXP = -307
- Source Edit
DBL_MIN_EXP = -1021
- Source Edit
Templates
template FLT_ROUNDS(): int
- not available when nimscript Source Edit