Skip to main content

rb_complex_minus

Function rb_complex_minus 

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

Performs subtraction 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.3.8