docs/differences: Update differences now that math.tau/inf/nan exist.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-01-23 09:33:19 +11:00
parent f3229590a9
commit aafd8859e9
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ Changes to built-in modules:
+-----------------------------------------------------------------------------------------------------------+---------------+
| `math <https://docs.python.org/3/whatsnew/3.5.html#math>`_ |
+-----------------------------------------------------------------------------------------------------------+---------------+
| Two new constants have been added to the math module: *inf* and *nan*. | |
| Two new constants have been added to the math module: *inf* and *nan*. | Completed |
+-----------------------------------------------------------------------------------------------------------+---------------+
| A new function *isclose()* provides a way to test for approximate equality. | |
+-----------------------------------------------------------------------------------------------------------+---------------+