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

Method Atan2Function

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

Source from the content-addressed store, hash-verified

22#include "rmath.h"
23
24Atan2Function::Atan2Function() : Function("atan2")
25{
26 addDescription(tr("Returns the arc tangent of the two number values."));
27 addParameter("y");
28 addParameter("x");
29}
30
31Value& Atan2Function::evaluate(const Context& ctx) const
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected