MCPcopy Create free account
hub / github.com/KDE/labplot / setSpecialFunctionValueVariablePayload

Method setSpecialFunctionValueVariablePayload

src/backend/gsl/ExpressionParser.cpp:645–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645void ExpressionParser::setSpecialFunctionValueVariablePayload(const char* function_name, func_tValueVariablePayload funct, std::shared_ptr<Payload> payload) {
646 Parser::set_specialfunctionValueVariablePayload(function_name, funct, payload);
647}
648
649/*!
650 evaluates multivariate function y=f(x_1, x_2, ...).

Callers 1

updateFormulaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected