= private = protected
to_f()
Converts big to a Float. If big doesn’t fit in a Float, the result is infinity.
static VALUE rb_big_to_f(VALUE x) { return DBL2NUM(rb_big2dbl(x)); }