svoid test_simpleCalc_noTok() { testFunctionValues simpleCalc_noTok( "1+2*3", 7.0, "-3e2", -300.0, "-(1+2)", -3.0, ); }