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

Method LogFunction

src/function/logfunction.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "rmath.h"
23
24LogFunction::LogFunction() : Function("log")
25{
26 addDescription(tr("Returns the logarithm of the number value to the given base."));
27 addParameter("value");
28 addParameter("base");
29}
30
31Value& LogFunction::evaluate(const Context& ctx) const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected