Remix.run Logo
ok123456 6 days ago

IIRC, that only supports elementary arithmetic operations. Useful but not general.

AlotOfReading 6 days ago | parent [-]

It's relatively straightforward to build transcendental functions out of the basic operations and the stdlib support will eventually get there, but rust's float story is still a work in progress. They're trying to do things more properly and document semantics better than C and C++ have.