Flowdock
to_r() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
float_to_r(VALUE self)
{
    VALUE f, n;

    float_decode_internal(self, &f, &n);
    return f_mul(f, f_expt(INT2FIX(FLT_RADIX), n));
}
Register or log in to add new notes.