From 0fdfaa1b0a6eadf6743f76d616aa6417bf27c550 Mon Sep 17 00:00:00 2001 From: Juan Grases Date: Mon, 20 Jul 2020 11:25:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb257b..cab784a 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Operations are provided: addition (+), subtraction (-), multiplying (*), divisio (all - both in standard and engineering modes), raising to a power (^), rooting (root), sin, cos, tan (all - only in engineering mode). All members of the input expression (operators, arguments, brackets) must be separated by spaces, i.e.: -( 2 + 012.2235 * sin 124 + cos 745 ) ^ 4 / 5.25 * 033.789 - ( 789.41 * 0.56 + tan 200 ) root 1.23 \ No newline at end of file +( 2 + 012.2235 * sin 124 + cos 745 ) ^ 4 / 5.25 * 033.789 - ( 789.41 * 0.56 + tan 200 ) root 1.23.