MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / PowFunction

Method PowFunction

src/function/powfunction.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "context.h"
21
22PowFunction::PowFunction() : Function("pow")
23{
24 addDescription(tr("Returns the value raised to the power of exponent."));
25 addParameter("value");
26 addParameter("exponent");
27}
28
29Value& PowFunction::evaluate(const Context& ctx) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected