Skip to main content

div

Function div 

Source
pub fn div(a: Cx, b: Cx) -> Cx
Expand description

Division, with J’s rule for a zero divisor carried onto both parts: 0 % 0 is 0 and anything else over zero is a signed infinity.