| 1 | initial version |
Try N(t2) to get a numerical approximation. Sage is trying to work with e exactly for as long as it can until you request a numerical approximation.
| 2 | No.2 Revision |
Try N(t2) or t2.n() to get a numerical approximation. Sage is trying to work with e exactly for as long as it can until you request a numerical approximation.
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.