pub fn DBL2NUM(val: c_double) -> VALUEExpand description
Convert C double to Ruby Float VALUE (akin to DBL2NUM).
May return a Flonum (tagged pointer) for small values on 64-bit platforms, or a heap-allocated Float object.
@param[in] val A C double value. @return A Ruby Float VALUE.