| 
2 | 2 |  ******************************************************************  | 
3 | 3 |  * C++ Mathematical Expression Toolkit Library *  | 
4 | 4 |  * *  | 
5 |  | - * Author: Arash Partow (1999-2019) *  | 
 | 5 | + * Author: Arash Partow (1999-2020) *  | 
6 | 6 |  * URL: http://www.partow.net/programming/exprtk/index.html *  | 
7 | 7 |  * *  | 
8 | 8 |  * Copyright notice: *  | 
@@ -14390,7 +14390,7 @@ namespace exprtk  | 
14390 | 14390 | 
 
  | 
14391 | 14391 |  inline T3 t3() const  | 
14392 | 14392 |  {  | 
14393 |  | - return t2_;  | 
 | 14393 | + return t3_;  | 
14394 | 14394 |  }  | 
14395 | 14395 | 
 
  | 
14396 | 14396 |  std::string type_id() const  | 
@@ -38927,9 +38927,9 @@ namespace exprtk  | 
38927 | 38927 |  namespace information  | 
38928 | 38928 |  {  | 
38929 | 38929 |  static const char* library = "Mathematical Expression Toolkit";  | 
38930 |  | - static const char* version = "2.71828182845904523536028747135266249775724709369995957"  | 
38931 |  | - "4966967627724076630353547594571382178525166427427466391";  | 
38932 |  | - static const char* date = "20190818";  | 
 | 38930 | + static const char* version = "2.7182818284590452353602874713526624977572470936999595749"  | 
 | 38931 | + "669676277240766303535475945713821785251664274274663919320";  | 
 | 38932 | + static const char* date = "20200101";  | 
38933 | 38933 | 
 
  | 
38934 | 38934 |  static inline std::string data()  | 
38935 | 38935 |  {  | 
 | 
0 commit comments