George Marklow
George Marklow
Could give me some feedback on the custom implementation of the logic described in infusion/Complex.js#25, before I commit more work to deal with negative base cases x < -1, x...
Thanks @josdejong for your feedback. I agree with what you said at the bottom of that thread that ComplexInfinity covers a number of edge cases, and it's also consistent with...
Thanks @harrysarson and @josdejong , I agree with your comments. I'll push changes to this PR in the next few days for review.
Hi - I've checked in my progress so far. I'll come back to this PR later in the week to resolve some commented unit tests and check test coverage. In...
Hi Team - just picking up this issue to see if I can help. First, I've confirmed via the Math notepad that the following two cases work as expected. Please...
Hi guys, following [infusion/Complex.js#25](https://github.com/infusion/Complex.js/pull/25), I created a branch off develop, wrote unit tests to handle the cases, and refactored the code to understand the problem and get feedback. Could I...