Avoid modifying the Array.prototype; add a test for each bessel function #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @SheetJSDev, we are looking at using your implementation of the bessel's functions in formulajs: https://github.com/sutoiku/formula.js/issues/24
Here is the one modification we wanted to make: avoid modifying the Array prototype.
We added a test for each one of the functions.
@hmalphettes Thanks for identifying and fixing the problem!
Cheers!