Function rb_complex_div

Source
pub unsafe extern "C" fn rb_complex_div(x: VALUE, y: VALUE) -> VALUE
Expand description

Performs division of the passed two objects.

ยง@param[in] x An instance of ::rb_cComplex. @param[in] y Arbitrary ruby object. @return What x / y evaluates to. @see rb_num_coerce_bin

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