ryu icon indicating copy to clipboard operation
ryu copied to clipboard

Feature request: Expose some of the properties calculated about the float pre-output

Open rscarson opened this issue 2 years ago • 0 comments

For example around here You calculate the length of the resulting decimal portion of the string

That is the specific number I am after; at the moment I am having to split the string and grab the length of the decimal portion

Some method on ryu::Float which exposes this property without needing to construct an entire string would be nice

rscarson avatar Jan 18 '24 15:01 rscarson