in reply to Math::BigFloat bnok() question
I will post the files that this code uses if necessaryIt would be better to make your code independent of external files. Reduce your code to a small example that anyone can run to reproduce your error. What version of perl are you using?
Tip #2 from the Basic debugging checklist: print
print "$x\n"; print "$y\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Math::BigFloat bnok() question
by azheid (Sexton) on Aug 27, 2015 at 19:46 UTC | |
by syphilis (Archbishop) on Aug 28, 2015 at 02:55 UTC | |
by azheid (Sexton) on Aug 28, 2015 at 14:53 UTC | |
by u65 (Chaplain) on Aug 28, 2015 at 02:44 UTC |