mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Add more info for te_interp
This commit is contained in:
		| @@ -125,7 +125,7 @@ TINYEXPR defines only five functions: | |||||||
| **te_interp** takes an expression and immediately returns the result of it. If | **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 | 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 | 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:** | **te_interp example:** | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user