Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h187 FUNCTION_ID_ERFI = 1408, enumerator
387 DECLARE_BUILTIN_FUNCTION_R(ErfiFunction, FUNCTION_ID_ERFI)
H A DMathStructure-differentiate.cc30 …SSELY || o_function->id() == FUNCTION_ID_ERF || o_function->id() == FUNCTION_ID_ERFI || o_function… in function_differentiable()
316 } else if(o_function->id() == FUNCTION_ID_ERFI && SIZE == 1) { in differentiate()
H A DBuiltinFunctions-special.cc274 MathFunction *f = CALCULATOR->getFunctionById(FUNCTION_ID_ERFI); in calculate()
H A DCalculator.cc2563 case FUNCTION_ID_ERFI: {return priv->f_erfi;} in getFunctionById()
H A DMathStructure.cc2758 …SSELY || o_function->id() == FUNCTION_ID_ERF || o_function->id() == FUNCTION_ID_ERFI || o_function… in containsType()
H A DMathStructure-integrate.cc3370 } else if(mstruct.function()->id() == FUNCTION_ID_ERFI && mstruct.size() == 1) { in integrate_function()
7194 ….function()->id() == FUNCTION_ID_ERF || mstruct.function()->id() == FUNCTION_ID_ERFI) && mstruct.s… in contains_incalc_function()