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

Method CbrtFunction

src/function/cbrtfunction.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "rmath.h"
22
23CbrtFunction::CbrtFunction() : Function("cbrt")
24{
25 addDescription(tr("Returns the cube root of the number value."));
26 addParameter("number");
27}
28
29Value& CbrtFunction::evaluate(const Context& ctx) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected