# File lib/backports/tools/float_integer_conversion.rb, line 7 def integer_to_float(int) map_via_packing(int, 'q', 'D') end