Hello all The latex representation of numbers in scientific notation works as excepted, unless we have these numbers as results from numerical integral. Compare the last two outputs i nthe session below. Why is
sage: latex(A[1]) 1.66533453694e-14 and not sage: latex(A[1]) 1.66533453694 \times 10^{-14} ? [ma...@um-bc107 /opt/sage-4.2]$ ./sage ---------------------------------------------------------------------- | Sage Version 4.2, Release Date: 2009-10-24 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Loading Sage library. Current Mercurial branch is: kopie sage: A=integral_numerical(x,2,1) sage: A (-1.5, 1.6653345369377348e-14) sage: latex(A[1]) 1.66533453694e-14 sage: latex(1.4565421654e-15) 1.45654216540000 \times 10^{-15} sage: --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---