Home
last modified time | relevance | path

Searched refs:VARIABLE_ID_Y (Results 1 – 3 of 3) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.h199 VARIABLE_ID_Y = 301, enumerator
H A DMathStructure.cc3031 } else if(mstruct->variable() == CALCULATOR->getVariableById(VARIABLE_ID_Y)) { in find_x_var()
3033 …riableById(VARIABLE_ID_Z) && x_mstruct->variable() != CALCULATOR->getVariableById(VARIABLE_ID_Y)) { in find_x_var()
H A DCalculator.cc2450 case VARIABLE_ID_Y: {return v_y;} in getVariableById()