mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -259,6 +259,8 @@ static const test_t test_list[] =
|
||||
test_t("(-7.7)",-7.7),
|
||||
test_t("(-8.8)",-8.8),
|
||||
test_t("(-9.9)",-9.9),
|
||||
test_t("-(1.1)",-1.1),
|
||||
test_t("-(1.1+2.2)",-3.3),
|
||||
test_t("1234567890",1234567890),
|
||||
test_t("123456789.0",123456789.0),
|
||||
test_t("+1234567890",1234567890),
|
||||
|
Reference in New Issue
Block a user