Inf. loop for non-integers #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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,
Thanks for the nice library, may I suggest one fix:
bessel.js:8
change o != n to instead o < n since there will otherwise be an infinite loop if a non-integer number (n) is used in besselk.