From 42bf8178852f828a4c23e49e9906111312ba6fc2 Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Mon, 21 May 2018 12:23:30 +0800 Subject: [PATCH] fix typo - README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c72db62..e33e45d 100644 --- a/README.md +++ b/README.md @@ -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: 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