mirror of
https://github.com/wagesj45/cs-mic.git
synced 2024-12-21 17:32:28 -06:00
Update README.md
This commit is contained in:
parent
aa21f3efee
commit
315ccb94eb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ CS-MIC is a .NET library written in C# designed to give developers easy access t
|
|||
|
||||
## Usage
|
||||
|
||||
CS-MIC follows a few basic rules when interpreting user input, but should prove to be fairly straightforward for most developers. While CS-MIC tries to ensure that the order of operations as far as it knows them (parentheses – powers, multiplication, division – addition, subtraction), there may be instances where formatting fails. If this should be noticed, please report it.
|
||||
CS-MIC follows a few basic rules when interpreting user input, but should prove to be fairly straightforward for most developers. While CS-MIC tries to ensure that the order of operations as far as it knows them (parentheses – powers, multiplication, division – addition, subtraction), there may be instances where formatting fails. If this should be noticed, please [report it](https://github.com/wagesj45/cs-mic/issues).
|
||||
|
||||
|
||||
### Expression Parsing
|
||||
|
|
Loading…
Reference in a new issue