Ubuntu – How to get the same output of floating point variables containing exact integral values from different versions of fmt library?
I wrote a program that uses fmt library to convert floating point values in text. And recently I found that its output is distinct depending on operating system for exact integers. For example, using fmt package from Ubuntu 20 zero…