method

polar

v1_9_1_378 - Show latest stable - Class: Numeric
polar()
public

No documentation available.

static VALUE
numeric_polar(VALUE self)
{
    return rb_assoc_new(f_abs(self), f_arg(self));
}