A C# CLI calculator that can do unit conversions, some trigonometry functions, and standard functions, as precise as possible with the use of Decimals instead of floats or doubles.
Project is created with:
Install the Dotnet 5.0103 framework for C# and download the DecimalEX nuget package.
$ gitclone https://github.com/SugarBlank/HieloCalculator/
$ cd ../HieloCalculator
$ dotnet add package DecimalMath.DecimalEx --version 1.0.2
$ dotnet run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Suggestions for places to clean up code would be great too.
Please make sure to update tests as appropriate.