org.apache.poi.xslf.model.geom
Class SinArcTanExpression

java.lang.Object
  extended by org.apache.poi.xslf.model.geom.SinArcTanExpression
All Implemented Interfaces:
Expression

public class SinArcTanExpression
extends java.lang.Object
implements Expression

Sine ArcTan Formula:

Arguments: 3 (fmla="sat2 x y z") Usage: "sat2 x y z" = (x*sin(arctan(z / y))) = value of this guide

Author:
Yegor Kozlov

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

Method Detail

evaluate

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