Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck on infinite for() loop on line 1557. #6

Closed
trusktr opened this issue Apr 15, 2013 · 1 comment
Closed

Stuck on infinite for() loop on line 1557. #6

trusktr opened this issue Apr 15, 2013 · 1 comment
Labels

Comments

@trusktr
Copy link

trusktr commented Apr 15, 2013

I'm using bignumber.js (without modifying it) and it keeps getting stuck in the for loop on line 1557.

@MikeMcl MikeMcl closed this as completed Apr 15, 2013
@MikeMcl MikeMcl reopened this Apr 15, 2013
@MikeMcl
Copy link
Owner

MikeMcl commented Apr 15, 2013

An infinite loop is not possible at that point. Without seeing your code it is difficult to help you, but then this would not be the appropriate place for that anyway. The toPower method may time a long time to complete if the subject and/or the argument to it is large. See the documentation for further details. I notice that this is the fourth issue you have opened in a few hours (the other three were with big.js). I consider the issue you have raised here to be close to spamming.

@MikeMcl MikeMcl closed this as completed Apr 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants