rb_complex_abs

Function rb_complex_abs 

Source
pub unsafe extern "C" fn rb_complex_abs(z: VALUE) -> VALUE
Expand description

Queries the absolute (or the magnitude) of the passed object.

ยง@param[in] z An instance of ::rb_cComplex. @return Its magnitude, in ::rb_cFloat.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3