Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure.cc1167 bool MathStructure::representsApproximatelyZero(bool allow_units) const { in representsApproximatelyZero() function in MathStructure
1170 …resentsNonZero(allow_units) && ((KnownVariable*) o_variable)->get().representsApproximatelyZero();} in representsApproximatelyZero()
1171 …case STRUCT_FUNCTION: {return (function_value && function_value->representsApproximatelyZero(allow… in representsApproximatelyZero()
1174 if(!CHILD(i).representsApproximatelyZero(allow_units)) { in representsApproximatelyZero()
1182 if(CHILD(i).representsApproximatelyZero(allow_units)) { in representsApproximatelyZero()
1189 …return CHILD(0).representsApproximatelyZero(allow_units) && CHILD(1).representsPositive(allow_unit… in representsApproximatelyZero()
H A DMathStructure.h526 bool representsApproximatelyZero(bool allow_units = false) const;
H A DMathStructure-calculate.cc75 …= COMPARISON_NOT_EQUALS && mnonzero[1].isZero() && mnonzero[0].representsApproximatelyZero(true)) … in warn_about_assumed_not_value()
94 …= COMPARISON_NOT_EQUALS && mnonzero[1].isZero() && mnonzero[0].representsApproximatelyZero(true)) … in warn_about_denominators_assumed_nonzero()
116 …= COMPARISON_NOT_EQUALS && mnonzero[1].isZero() && mnonzero[0].representsApproximatelyZero(true)) … in warn_about_denominators_assumed_nonzero_or_positive()
147 …= COMPARISON_NOT_EQUALS && mnonzero[1].isZero() && mnonzero[0].representsApproximatelyZero(true)) … in warn_about_denominators_assumed_nonzero_llgg()