Re: [m-users.] How to convert float to uint64?
Xin Wang <[email protected]>
| Newsgroups | gmane.comp.lang.mercury.general |
|---|---|
| Message-ID | <CAHjSAjW5nwPfqBjsbcTipqJOyS8RYbPiwvjpg_LQ6kVW3nMY1Q@mail.gmail.com> |
On 1/17/23, Julien Fischer <[email protected]> wrote: > > Hi, > > On Tue, 17 Jan 2023, [email protected] wrote: > >> While uint64 can be converted to float using float.cast_from_uint64/1 in >> Mercury, but I can not find a way to convert float to >> uint64. >> >> Am I missing something? > > No, the float -> unit64 conversion is not currently supported in the > stdandard library. > > Julien. > Ok, then I will follow M McDonough's suggestion and use foreign code to deal with it. Thanks, Xin Wang _______________________________________________ users mailing list [email protected] https://lists.mercurylang.org/listinfo/users