This is a toy-like package used to convert float and fractional numbers into their binary representation and also in their IEEE representation.
Also, there's a more detailed example of use in
the file src-exe/Main.hs.
This was made for a Scientific Computing course.
Write in the terminal:
git clone https://github.com/sGaps/Float-Point-ConverterRun the available example by typing
cabal v2-run convertRun all the tests with
cabal v2-testGenerate the documentation with
cabal v2-haddock