Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h440 DECLARE_BUILTIN_FUNCTION(TotientFunction, FUNCTION_ID_TOTIENT)
H A DBuiltinFunctions-number.cc627 TotientFunction::TotientFunction() : MathFunction("totient", 1, 1) { in TotientFunction() function in TotientFunction
630 int TotientFunction::calculate(MathStructure &mstruct, const MathStructure &vargs, const Evaluation… in calculate()
H A DCalculator.cc1533 addFunction(new TotientFunction()); in addBuiltinFunctions()