webmaster442 / CalculatorShell

A shell, which is a calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch Coverage Status Line Coverage Status

CalculatorShell

A simple shell in C#, which is a calculator and an expression parser

Key features

  • Expression parsing. Eg: (22+x)*2*sin(85)
  • Supports Complex and Vector types
  • Fractions, if dividing integral numbers
  • Dynamic type system
  • Tons of Unit tests
  • Uses modern C# features (8.0 and 9.0)
  • Modular

Documentation

About

A shell, which is a calculator

License:MIT License


Languages

Language:C# 100.0%