Replies: 2 comments 76 replies
-
OK, firstly @jk-jeon -- what does "shortest-roundtripping formatting and the latter does fixed-precision one" mean? I presume we're not talking 9000000000 places because it can't find a floor, round, ceil, etc. But... what is it? Secondly, there are ways of detecting AVR toolchain. There's a conversation to be had about making a soft dependency on What I was gearing up to do when I was debating importing your lib into I definitely missed some details with 64-bit support. Imagine that... you, the floating point expert, founds things I didn't! :) I'll try to save my skin and fast forward to yes... let's not do 64-bit for now. I missed the |
Beta Was this translation helpful? Give feedback.
-
Sounds like a job for __has_include (standard since c++17, gcc extension before that). e: oh, that's how those discussions work. It was supposed to be a response to the above, not freestanding. (Not gonna delete and repost, that'd spam email subscribers.) |
Beta Was this translation helpful? Give feedback.
-
Continuation of #11
Beta Was this translation helpful? Give feedback.
All reactions