Objects/numobjects/intobject/floatinfos

Search:
Group by:
Source   Edit  

Used by ./frexp.nim

Consts

DBL_DIG = 15
Source   Edit  
DBL_EPSILON = 2.220446049250313e-16
Source   Edit  
DBL_MANT_DIG = 53
Source   Edit  
DBL_MAX = 1.7976931348623157e+308
Source   Edit  
DBL_MAX_10_EXP = 308
Source   Edit  
DBL_MAX_EXP = 1024
inner, for PyLong_AsDouble Source   Edit  
DBL_MIN = 2.2250738585072014e-308
Source   Edit  
DBL_MIN_10_EXP = -307
Source   Edit  
DBL_MIN_EXP = -1021
Source   Edit  
FLT_RADIX = 2
Source   Edit  

Templates

template FLT_ROUNDS(): int
not available when nimscript Source   Edit