fix typo - README.md
This commit is contained in:
parent
9ddeaf5394
commit
42bf817885
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ Execute it with the command:
|
||||||
After showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example:
|
After showing the introdution, type the formula (eg. ``2*x+5``), then press enter to solve it. For example:
|
||||||
|
|
||||||
A program to solve f(x) = 0 such that f(x) is a 1-var linear function.
|
A program to solve f(x) = 0 such that f(x) is a 1-var linear function.
|
||||||
Please Enter a 1-var linear function: 2*x+5
|
Please enter a 1-var linear function: 2*x+5
|
||||||
ANSWER: x = -2.500000
|
ANSWER: x = -2.500000
|
||||||
|
|
Loading…
Reference in a new issue