ajtribick / twofloat

A double-double arithmetic library for Rust
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Improve `powf` implementation #17

Open ajtribick opened 2 years ago

ajtribick commented 2 years ago

The current implementation is done in terms of ln and exp. This isn't ideal, should figure out how to do it properly.