in reply to Re^3: issues using bigrat
in thread issues using bigrat
The point is that by coding the loop the way I did, I discovered a loop-hole in the way bigrat works. Specifically, if $a and $b are the iterator variables of for loops, and they both take their values from a range operator (i.e., ..), then $a / $b will not result in a bigrat. If I had coded the sum your way, I wouldn't have gotten tripped on this. That's what I mean by discovering something by thinking differently.
|
|---|