Function rb_complex_imag

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

Queries the imaginary part of the passed Complex.

ยง@param[in] z An instance of ::rb_cComplex. @return Its imaginary part, which is an instance of ::rb_cNumeric.

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