Skip to content

toy-like library to convert numbers into several binary representations

License

Notifications You must be signed in to change notification settings

sGaps/Float-Point-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Float Point Converter

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.

Installing

Write in the terminal:

git clone https://github.com/sGaps/Float-Point-Converter

Run the available example by typing

cabal v2-run convert

Run all the tests with

cabal v2-test

Generate the documentation with

cabal v2-haddock

About

toy-like library to convert numbers into several binary representations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published