14 private const double scale = Math.PI / 180;
49 Differentiable.Differentiate(VariableName,
Variables),
50 this.Start,
this.Length,
this.Expression);
Script runtime exception.
Class managing a script expression.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Base class for unary double operators.
ScriptNode Operand
Operand.
Degrees to radians operator.
override IElement Evaluate(double Operand)
Evaluates the double operator.
ScriptNode Differentiate(string VariableName, Variables Variables)
Differentiates a script node, if possible.
DegToRad(ScriptNode Operand, int Start, int Length, Expression Expression)
Degrees to radians operator.
Basic interface for all types of elements.
Base interface for lambda expressions.