Changes between Initial Version and Version 1 of Ticket #28280


Ignore:
Timestamp:
Jun 7, 2017, 8:21:14 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28280

    • Property Component UncategorizedUtilities
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedBug
  • Ticket #28280 – Description

    initial v1  
    22
    33{{{
     4>>> from django.utils.numberformat import format
    45>>> format(0.0000000000000000009, '.', 2)
    56'9e-19.00'
Back to Top