Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrAlSayed0 authored Jun 11, 2017
1 parent c11b61c commit 7111c0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# UnitConverterLib (Unit Converter Library)
A Complete Unit Converter Library written in C#

##Status
This project is still a Work In Progress and is not completed yet. A very high (or arbitrary) precision floating point class is needed to make accurate and precise calculations and conversions so I made a BigDecimal struct (no similar class is available in .NET) based on the BigInteger class provided in the .NET framework.

The BigDecimal struct will be the main focus of this project until it is acceptably complete. The BigDecimal struct is found in /ArbitraryPrecision/. You are free to fork it and make changes to it to improve it.

0 comments on commit 7111c0b

Please sign in to comment.