mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Tutorial update for 3.0 by Paul Dubois.
I had to fix a few markup issues in controlflow.rst and modules.rst. There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.
This commit is contained in:
parent
8b2af27dae
commit
0616b792ba
12 changed files with 379 additions and 353 deletions
|
@ -136,7 +136,10 @@ display of your final results to the number of decimal digits you expect.
|
|||
Python's ``%`` format operator: the ``%g``, ``%f`` and ``%e`` format codes
|
||||
supply flexible and easy ways to round float results for display.
|
||||
|
||||
|
||||
If you are a heavy user of floating point operations you should take a look
|
||||
at the Numerical Python package and many other packages for mathematical and
|
||||
statistical operations supplied by the SciPy project. See <http://scipy.org>.
|
||||
|
||||
.. _tut-fp-error:
|
||||
|
||||
Representation Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue