public class TanExpression extends java.lang.Object implements Expression
Arguments: 2 (fmla="tan x y") Usage: "tan x y" = (x * tan( 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