← Back to context

Comment by ok123456

2 days ago

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

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.