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

Method RadFunction

src/function/radfunction.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "rmath.h"
23
24RadFunction::RadFunction() : Function("rad")
25{
26 addDescription(tr("Returns the number of radians for the given number of degrees."));
27 addParameter("degrees");
28}
29
30Value& RadFunction::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected