Home
last modified time | relevance | path

Searched refs:keep_modifiers (Results 1 – 2 of 2) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.h691 …:string &str, std::string &to_str, const EvaluationOptions &eo, bool keep_modifiers = false, bool …
H A DCalculator-calculate.cc2030 …ssion(string &str, string &to_str, const EvaluationOptions &eo, bool keep_modifiers, bool allow_em… in separateToExpression() argument
2066 …if(!keep_modifiers && (to_str[0] == '0' || to_str[0] == '?' || to_str[0] == '+' || to_str[0] == '-… in separateToExpression()
2069 …} else if(!keep_modifiers && to_str.length() > 1 && to_str[1] == '?' && (to_str[0] == 'b' || to_st… in separateToExpression()