Home
last modified time | relevance | path

Searched refs:FUNCTION_ID_EXPINT (Results 1 – 7 of 7) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h199 FUNCTION_ID_EXPINT = 1603, enumerator
397 DECLARE_BUILTIN_FUNCTION_R2(EiFunction, FUNCTION_ID_EXPINT)
H A DMathStructure-differentiate.cc30 … || o_function->id() == FUNCTION_ID_POLYLOG || o_function->id() == FUNCTION_ID_EXPINT || o_functio… in function_differentiable()
375 } else if(o_function->id() == FUNCTION_ID_EXPINT && SIZE == 1) { in differentiate()
H A DMathStructure-integrate.cc602 mstruct.transformById(FUNCTION_ID_EXPINT); in integrate_function()
630 mstruct.transformById(FUNCTION_ID_EXPINT); in integrate_function()
889 mstruct.transformById(FUNCTION_ID_EXPINT); in integrate_function()
900 mstruct.transformById(FUNCTION_ID_EXPINT); in integrate_function()
3446 mEi.transformById(FUNCTION_ID_EXPINT); in integrate_function()
6096 transformById(FUNCTION_ID_EXPINT); in integrate()
6151 malog.transformById(FUNCTION_ID_EXPINT); in integrate()
7194 …on()->id() == FUNCTION_ID_POLYLOG || ((mstruct.function()->id() == FUNCTION_ID_EXPINT || mstruct.f… in contains_incalc_function()
H A DMathStructure-calculate.cc1605 …function()->id() == FUNCTION_ID_LOG || mstruct.function()->id() == FUNCTION_ID_EXPINT) && mstruct.… in merge_multiplication()
1627 …ction()->id() == FUNCTION_ID_LOG || mstruct[0].function()->id() == FUNCTION_ID_EXPINT) && mstruct[… in merge_multiplication()
2566 …unction()->id() == FUNCTION_ID_LOG || CHILD(0).function()->id() == FUNCTION_ID_EXPINT) && SIZE == … in merge_multiplication()
2690 …} else if((o_function->id() == FUNCTION_ID_LOG || o_function->id() == FUNCTION_ID_EXPINT) && SIZE … in merge_multiplication()
H A DCalculator.cc2575 case FUNCTION_ID_EXPINT: {return f_Ei;} in getFunctionById()
H A DMathStructure.cc2758 … || o_function->id() == FUNCTION_ID_POLYLOG || o_function->id() == FUNCTION_ID_EXPINT || o_functio… in containsType()
H A DNumber.cc8095 …proper support interval arithmetic."), CALCULATOR->getFunctionById(FUNCTION_ID_EXPINT)->name().c_s…