public class SinExpression extends java.lang.Object implements Expression
Arguments: 2 (fmla="sin x y") Usage: "sin x y" = (x * sin( y )) = value of this guide
double
evaluate(Context ctx)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public double evaluate(Context ctx)
evaluate
Expression