From ebf3f14ca66c8c64ca4a59a4d1baead4922debf2 Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Thu, 11 Dec 2014 05:23:16 +1100 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 0500471..e745962 100644 --- a/readme.txt +++ b/readme.txt @@ -582,7 +582,7 @@ appropriate may represent any of one the following: 3. A vector element 4. A vector 5. A string - 5. An expression comprised of [1], [2] or [3] (eg: 2 + x / vec[3]) + 6. An expression comprised of [1], [2] or [3] (eg: 2 + x / vec[3]) @@ -1560,7 +1560,7 @@ demonstrated by the following example: } -Note: The are five distinct error modes in ExprTk which denote the +Note: There are five distinct error modes in ExprTk which denote the class of an error. These classes are as follows: (a) Syntax