Home
last modified time | relevance | path

Searched refs:FUNCTION_ID_FACTORIAL (Results 1 – 6 of 6) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h192 FUNCTION_ID_FACTORIAL = 1500, enumerator
416 DECLARE_BUILTIN_FUNCTION_R(FactorialFunction, FUNCTION_ID_FACTORIAL)
H A DMathStructure-differentiate.cc30 …ETA || o_function->id() == FUNCTION_ID_ABS || o_function->id() == FUNCTION_ID_FACTORIAL || o_funct… in function_differentiable()
274 } else if(o_function->id() == FUNCTION_ID_FACTORIAL && SIZE == 1) { in differentiate()
H A DBuiltinFunctions-special.cc107 mstruct.last().transformById(FUNCTION_ID_FACTORIAL); in calculate()
157 mstruct.set(CALCULATOR->getFunctionById(FUNCTION_ID_FACTORIAL), &vargs[0], NULL); in calculate()
H A DCalculator.cc2567 case FUNCTION_ID_FACTORIAL: {return f_factorial;} in getFunctionById()
H A DMathStructure.cc2758 …MA || o_function->id() == FUNCTION_ID_BETA || o_function->id() == FUNCTION_ID_FACTORIAL || o_funct… in containsType()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc5580 …case '!': {CALCULATOR->calculateRPN(CALCULATOR->getFunctionById(FUNCTION_ID_FACTORIAL), 0, evalops… in execute_expression()