cartazio / numbers

Other
29 stars 13 forks source link

printf instance for BigFloat #30

Open cdupont opened 6 months ago

cdupont commented 6 months ago

Hello, thanks for this great library. It would be nice to have an instance for printf, for instance:

printf "%.10f\n" (exp 1 :: BigFloat Prec50) 

Thanks