Closed michalmicpaw closed 3 years ago
@michalmicpaw, thank you for looking into this. I tried your solution but unfortunately it broke 4 cases. See below.
Failures:
1) Nerdamer core should compute logarithms correctly
Message:
Expected 'NaN' to equal 'e'.
Stack:
Error: Expected 'NaN' to equal 'e'.
at <Jasmine>
at UserContext.<anonymous> (~/nerdamer/spec/core.spec.js:1076:39)
at <Jasmine>
Message:
Expected NaN to equal 2.71828182845905.
Stack:
Error: Expected NaN to equal 2.71828182845905.
at <Jasmine>
at UserContext.<anonymous> (~/nerdamer/spec/core.spec.js:1077:38)
at <Jasmine>
Message:
Expected '-NaN' to equal '-e'.
Stack:
Error: Expected '-NaN' to equal '-e'.
at <Jasmine>
at UserContext.<anonymous> (~/nerdamer/spec/core.spec.js:1076:39)
at <Jasmine>
Message:
Expected NaN to equal -2.71828182845904.
Stack:
Error: Expected NaN to equal -2.71828182845904.
at <Jasmine>
at UserContext.<anonymous> (~/nerdamer/spec/core.spec.js:1077:38)
at <Jasmine>
However, I think I may have achieved what you were aiming at. It's currently fixed on the dev
branch. Let me know. Thanks for your effort. I really appreciate it.
Hi.
I've spend few hours but i did it! You can change fefinition in 7759 from:
to this:
phew..
Now you can write