diff options
author | Damien George <damien.p.george@gmail.com> | 2019-11-30 23:03:09 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-12-12 20:15:28 +1100 |
commit | abc642973db46fbce7494d34ea0ef2539b339be0 (patch) | |
tree | fbf026f0dc669ec38a0c447eb1de1cbfb6820e28 /docs/esp8266/tutorial/intro.rst | |
parent | ff58961944f4f2380e9610a4d18c53c08f68060e (diff) |
py/dynruntime: Add support for float API to make/get floats.
We don't want to add a feature flag to .mpy files that indicate float
support because it will get complex and difficult to use. Instead the .mpy
is built using whatever precision it chooses (float or double) and the
native glue API will convert between this choice and what the host runtime
actually uses.
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions