method
magnitude
v1_9_1_378 -
Show latest stable
- Class:
Complex
magnitude()public
No documentation available.
static VALUE
nucomp_abs(VALUE self)
{
get_dat1(self);
return m_hypot(dat->real, dat->imag);
} magnitude()No documentation available.
static VALUE
nucomp_abs(VALUE self)
{
get_dat1(self);
return m_hypot(dat->real, dat->imag);
}