Home | History | Annotate | Download | only in python2.7

Lines Matching full:notation

1000         """Return string representation of the number in scientific notation.
1024 # usual scientific notation: 1 digit on left of the point
1027 # engineering notation, zero
1030 # engineering notation, nonzero
1054 Engineering notation has an exponent which is a multiple of 3, so there
5341 """Converts a number to a string, using scientific notation.
5349 """Converts a number to a string, using scientific notation.