Skip to content

C# CLI calculator that can do unit conversions, some trigonometry functions, and standard functions.

License

Notifications You must be signed in to change notification settings

scourii/HieloCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

HieloCalculator

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.

Screenshots

image image image

Technologies

Project is created with:

Setup

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

License

MIT

Contributing

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.

Releases

No releases published

Packages

No packages published

Languages