[sage-support] making unintendet floor division in Sage cloud

2014-04-15 Thread Bassie
I'm running a double for loop, and dividing one over the other. Sagecloud converts these fractions to 0, just like python2, but isn't it exactly what it's not supposed to do. """ for d in range(1,8): for n in range(1,d): print n/d 0 0 0 0 0 0 0 0 etc. """ -- You received this messag

[sage-support] Evaluate all expressions

2013-09-25 Thread Bassie
Hello Can you evaluate all expressions at one? Like say, if i made a mistake 5 expressions before my last expression, and this mistake is reapeated in all the 5 last expressions, do I have to evaluate all 5 expressions? -- You received this message because you are subscribed to the Google Grou