Closed
Description
Right now we cast f128 to a f64 and simply lose any excess precision we otherwise had. This may be fairly involved as errol3 (the current float printing algorithm used) is specified using f64 digits only. Will have to check the algorithm and see the appropriate modifications needed for the wider range.