huonw / float

Arbitrary precision floating point in Rust
http://huonw.github.io/float/float/
Apache License 2.0
19 stars 0 forks source link

Allow computing result in different precision to inputs #11

Open huonw opened 9 years ago

huonw commented 9 years ago

This is necessary to allow operating with two things with different precisions sensibly (the approach of just doing things in enough precision to be perfect only works for +, - and *).