[sage-support] Behavior modulo float

2015-11-24 Thread steven roumajon
Hi, For obscure reasons, I tried modulo with floats with sage. I had an unexpected result. In sage: sage: 0.257%0.5 -0.243 Tried under python: >>> 0.257%0.5 0.257 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe fro

[sage-support] %runfile DeprecationWarning

2015-11-24 Thread steven roumajon
I think I have found unnatural behavior with the %runfile sage: %runfile "./main.sage" /usr/local/sage/src/bin/sage-ipython:1: DeprecationWarning: using unevaluated expressions as argument to load() is dangerous and deprecated See http://trac.sagemath.org/17654 for details. #!/usr/bin/env pytho