Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions.h202 FUNCTION_ID_SINHINT = 1606, enumerator
400 DECLARE_BUILTIN_FUNCTION_R2(ShiFunction, FUNCTION_ID_SINHINT)
H A DMathStructure-differentiate.cc30 …T || o_function->id() == FUNCTION_ID_COSINT || o_function->id() == FUNCTION_ID_SINHINT || o_functi… in function_differentiable()
401 } else if(o_function->id() == FUNCTION_ID_SINHINT && SIZE == 1) { in differentiate()
H A DBuiltinFunctions-calculus.cc154 mstruct.transformById(FUNCTION_ID_SINHINT); in calculate()
H A DMathStructure-integrate.cc2387 mstruct.setFunctionId(FUNCTION_ID_SINHINT); in integrate_function()
2400 mstruct.setFunctionId(FUNCTION_ID_SINHINT); in integrate_function()
2414 mstruct.transformById(FUNCTION_ID_SINHINT); in integrate_function()
2635 mstruct.transformById(FUNCTION_ID_SINHINT); in integrate_function()
2830 mstruct.transformById(FUNCTION_ID_SINHINT); in integrate_function()
3013 mstruct.transformById(FUNCTION_ID_SINHINT); in integrate_function()
H A DCalculator.cc2572 case FUNCTION_ID_SINHINT: {return f_Shi;} in getFunctionById()
H A DMathStructure.cc2758 …T || o_function->id() == FUNCTION_ID_COSINT || o_function->id() == FUNCTION_ID_SINHINT || o_functi… in containsType()