Inf. loop for non-integers #3

Closed
opened 2016-02-02 19:55:52 +00:00 by vron · 0 comments
vron commented 2016-02-02 19:55:52 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/bessel#3
No description provided.