dfinity / motoko

Simple high-level language for writing Internet Computer canisters
Apache License 2.0
517 stars 97 forks source link

Library support for Floats #888

Closed ghost closed 3 years ago

ghost commented 5 years ago

Execution team needs to add support and then Motoko team can enable them. We need to confirm that we have code generation, etc. (which we suspect we're missing because "why bother?").

We should make a separate issue for float libraries. This one is just about enabling support.

kritzcreek commented 3 years ago

Closing, as https://github.com/dfinity/motoko-base/blob/dc3c5286254866e68d6dced810eebe09eda48247/src/Float.mo is a thing these days.