Complex icon indicating copy to clipboard operation
Complex copied to clipboard

Calculations with Complex Numbers in JavaScript

Results 1 Complex issues
Sort by recently updated
recently updated
newest added

Currently `new Complex(-Math.E.pow(2), 0).log()` returns 2, but because `-Math.E.pow(2)` is a negative number it should return `2+pi*i` I have to find out how to calculate the logarithm of negative numbers...