-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c11b61c
commit 7111c0b
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |