sigbjorn

Results 3 issues of sigbjorn

Hi, First of all, thanks for this excellent library! # Intro Just to notify about an issue that might be of interest for those using the projections part of boost...

Solves issue, based on using int based compute of number of digits in a positive real-concept type, as provided in Shyft workaround by Paul Christoph Bätzing-Rosenvinge: https://gitlab.com/paul.christoph.batzing-rosenvinge Ref to #792

# Overview As detected reported on Shyft open source, https://gitlab.com/shyft-os/shyft/-/issues/1216, **Wrong outputs** are generated for numbers of the form **1.09e-6**, instead of generating expected '1.09e-06', it outputs **1.9e-06** -lacking trailing...