SEXP_USE_CUSTOM_LONG_LONGS currently needs SEXP_64_BIT
sexp_double_to_ratio_2, which converts without introducing round-off errors the way sexp_double_to_ratio does when it multiplies by 10. Changed sexp_inexact_to_exact to use this new function when a non-zero fractional part of the input exists.