From eea9acf9f6096b0b18db66899115ea72ea0a2c97 Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Sat, 23 Jan 2016 12:10:51 -0600 Subject: [PATCH] Add more info for te_interp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9e482..965cac7 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ TINYEXPR defines only five functions: **te_interp** takes an expression and immediately returns the result of it. If an error pointer is passed in, *te_interp* will set it to 0 for success or approximately the position of the error for failure. If you don't care about -errors, just pass in 0. +errors, just pass in 0. *te_interp* will return NaN for bad expressions regardless. **te_interp example:**