Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-calculus.cc317 bool replace_diff_x(MathStructure &m, const MathStructure &mfrom, const MathStructure &mto) { in replace_diff_x() function
331 if(replace_diff_x(m[i], mfrom, mto)) { in replace_diff_x()
366 if(!vargs[3].isUndefined()) replace_diff_x(mstruct, vargs[1], vargs[3]); in calculate()