= private = protected
to_f()
As flt is already a float, returns self.
static VALUE flo_to_f(VALUE num) { return num; }