init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
.. _float-ops:
|
||||
|
||||
Native float operations
|
||||
========================
|
||||
|
||||
These ``float`` operations have fast, optimized implementations. Other
|
||||
floating point operations use generic implementations that are often
|
||||
slower.
|
||||
|
||||
.. note::
|
||||
|
||||
At the moment, only a few float operations are optimized. This will
|
||||
improve in future mypyc releases.
|
||||
|
||||
Construction
|
||||
------------
|
||||
|
||||
* Float literal
|
||||
* ``float(string)``
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
* ``abs(f)``
|
||||
Loading…
Add table
Add a link
Reference in a new issue