TI-Toolkit / tifloats_lib_rs

Speedy, uncompromisingly accurate emulation of TI-Floats
https://docs.rs/tifloats
Apache License 2.0
5 stars 0 forks source link

Add `rand` function family #1

Open myclevorname opened 2 weeks ago

myclevorname commented 2 weeks ago

Currently, the only two places with rand implementations are my implementation in Haskell and a Python implementation in awesome-ti-docs. It would be helpful if the rand family were included in tifloats_lib_rs.

rpitasky commented 2 weeks ago

Fortunately, I already have a rust implementation (though it needs to be cleaned up).

I would also like to implement the CORDIC ops (exp, sin, cos, etc) here someday, but I don't know the specifics there (though TI has previously shared some papers to help with this... somewhere)