Skip to content

Files

Latest commit

7111c0b · Jun 11, 2017

History

History
7 lines (5 loc) · 641 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 641 Bytes

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.