Searched refs:float_arg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dcomplex.c2064 float_arg(VALUE self) function
2262 rb_define_method(rb_cFloat, "arg", float_arg, 0);
2263 rb_define_method(rb_cFloat, "angle", float_arg, 0);
2264 rb_define_method(rb_cFloat, "phase", float_arg, 0);

Completed in 68 milliseconds