Skip to content

Asked to do floating point conversions on pen and paper in class, quick little progarm to make these easier

Notifications You must be signed in to change notification settings

JamesMatchett/CSharp-Floating-Point-Binary-Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

CSharp-Floating-Point-Conversion

Asked to do floating point conversions on pen and paper in class, quick little progarm to make these easier

At the moment can handle Conversion from floating point binary to denary with --------------------------------------------------

#Positive mantissa and positive exponent --------------------------------------------------------------------------------------------- #Positive mantissa and negative exponent -------------------------------------------------------------------------------------------- #negative mantissa and positive exponent -------------------------------------------------------------------------------------------- #negative mantissa and negative exponent -------------------------------------------------------------------------------------------

#Still to test ------------------------------------------------------------------------------------------------------------------------------------- all of the above test cases with smaller than whole number fractions

#To be developed Reverse conversion from denary to normalised floating point

About

Asked to do floating point conversions on pen and paper in class, quick little progarm to make these easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages