Home
last modified time | relevance | path

Searched defs:representsUndefined (Results 1 – 9 of 9) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-combinatorics.cc56 bool FactorialFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in FactorialFunction
80 bool DoubleFactorialFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in DoubleFactorialFunction
102 bool MultiFactorialFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in MultiFactorialFunction
H A DBuiltinFunctions-special.cc268 bool ErfFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in ErfFunction
300 bool ErfiFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in ErfiFunction
331 bool ErfcFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in ErfcFunction
445 bool HeavisideFunction::representsUndefined(const MathStructure &vargs) const {return vargs.size() … in representsUndefined() function in HeavisideFunction
504 bool DiracFunction::representsUndefined(const MathStructure &vargs) const {return vargs.size() == 1… in representsUndefined() function in DiracFunction
H A DBuiltinFunctions-explog.cc173 bool SqrtFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in SqrtFunction
438 bool RootFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in RootFunction
480 bool LogFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in LogFunction
H A DBuiltinFunctions-number.cc145 bool AbsFunction::representsUndefined(const MathStructure &vargs) const {return vargs.size() == 1 &… in representsUndefined() function in AbsFunction
259 bool SignumFunction::representsUndefined(const MathStructure &vargs) const {return vargs.size() >= … in representsUndefined() function in SignumFunction
363 bool CeilFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in CeilFunction
413 bool FloorFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in FloorFunction
463 bool TruncFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in TruncFunction
528 bool RoundFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in RoundFunction
1195 bool ImFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in ImFunction
1275 bool ReFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in ReFunction
H A DBuiltinFunctions-calculus.cc83 bool FresnelSFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in FresnelSFunction
116 bool FresnelCFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in FresnelCFunction
H A DVariable.cc522 bool KnownVariable::representsUndefined(bool include_childs, bool include_infinite, bool be_strict)… in representsUndefined() function in KnownVariable
H A DBuiltinFunctions-util.cc150 bool IntervalFunction::representsUndefined(const MathStructure &vargs) const {return vargs.size() =… in representsUndefined() function in IntervalFunction
H A DFunction.cc757 bool MathFunction::representsUndefined(const MathStructure&) const {return false;} in representsUndefined() function in MathFunction
H A DMathStructure.cc1211 bool MathStructure::representsUndefined(bool include_childs, bool include_infinite, bool be_strict)… in representsUndefined() function in MathStructure