pub unsafe extern "C" fn rb_complex_plus(x: VALUE, y: VALUE) -> VALUEExpand description
Performs addition 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