Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-decompose.cc155 …for(int i_exp_n = mtest2[i][1].number().intValue() - (i_degrees[i] == 1 ? 1 : 0); i_exp_n > 0; i_e… in decomposeFractions() local
156 if(i_exp_n == 1) { in decomposeFractions()
160 if(i_exp_n != i_exp) mtest3.last()[1].number() = i_exp_n; in decomposeFractions()
162 if(i_exp == i_exp_n) { in decomposeFractions()
169 if(i_exp - i_exp_n == 1) mfacs.last()[i].setToChild(1); in decomposeFractions()
170 else mfacs.last()[i][1].number() = i_exp - i_exp_n; in decomposeFractions()
193 if(i_exp != i_exp_n || mtest2.size() > 1) mfacs.last() *= mnums3.last(); in decomposeFractions()