underflow
ko · counterpart 언더플로우
When a number is too small in magnitude for the float type to represent, hardware rounds it to zero. float32 underflows below ~1e-38, float64 below ~1e-308.
related
used on · 1
When a number is too small in magnitude for the float type to represent, hardware rounds it to zero. float32 underflows below ~1e-38, float64 below ~1e-308.