PureData CEAMMC library web documentation
aliases: [ceammc/cdiv~], [cdiv~]
available since version: 0.7
Calculates for signals (a + bi) / (c + di) = (ac + bd) / (c^2 + d^2) + ((bc - ad) / (c^2 + d^2))i If c + di = 0, outputs 0, as [/~] does
See also: [math.cmul~]
Authors: Serge Poltavsky
License: GPL3 or later