org.apache.poi.sl.draw.geom
Class TanExpression

java.lang.Object
  extended by org.apache.poi.sl.draw.geom.TanExpression
All Implemented Interfaces:
Expression

public class TanExpression
extends java.lang.Object
implements Expression

Tangent Formula:

Arguments: 2 (fmla="tan x y") Usage: "tan x y" = (x * tan( y )) = value of this guide


Method Summary
 double evaluate(Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public double evaluate(Context ctx)
Specified by:
evaluate in interface Expression