scourii / HieloCalculator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C# 100.0%