Home
last modified time | relevance | path

Searched defs:representsScalar (Results 1 – 4 of 4) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DVariable.h165 virtual bool representsScalar() {return false;} in representsScalar() function
397 virtual bool representsScalar() {return true;} in representsScalar() function
H A DVariable.cc251 bool UnknownVariable::representsScalar() { in representsScalar() function in UnknownVariable
525 bool KnownVariable::representsScalar() {return get().representsScalar();} in representsScalar() function in KnownVariable
H A DFunction.cc762 bool MathFunction::representsScalar(const MathStructure &vargs) const { in representsScalar() function in MathFunction
H A DMathStructure.cc1275 bool MathStructure::representsScalar() const { in representsScalar() function in MathStructure