Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-special.cc336 LiFunction::LiFunction() : MathFunction("Li", 2) { in LiFunction() function in LiFunction
345 bool LiFunction::representsReal(const MathStructure &vargs, bool) const { in representsReal()
348 bool LiFunction::representsNonComplex(const MathStructure &vargs, bool) const { in representsNonComplex()
351 bool LiFunction::representsNumber(const MathStructure &vargs, bool) const {return vargs.size() == 2… in representsNumber()
352 int LiFunction::calculate(MathStructure &mstruct, const MathStructure &vargs, const EvaluationOptio… in calculate()
H A DBuiltinFunctions.h389 DECLARE_BUILTIN_FUNCTION_R2(LiFunction, FUNCTION_ID_POLYLOG)
H A DCalculator.cc1686 f_Li = addFunction(new LiFunction()); in addBuiltinFunctions()