| 1 | initial version |
You can try;
sage: QQ(1.5)
3/2
| 2 | No.2 Revision |
You can try;try:
sage: QQ(1.5)
3/2
or:
sage: (1.5).exact_rational()
3/2
| 3 | No.3 Revision |
You can try:
sage: QQ(1.5)
3/2
or:
sage: (1.5).exact_rational()
3/2
As a warning, i let you undertand the following behaviour with decimal numbers:
sage: (1.1).exact_rational()
2476979795053773/2251799813685248
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.