Expression
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
Modifier and Type | Method | Description |
---|---|---|
double |
evaluate(Context ctx) |
public double evaluate(Context ctx)
evaluate
in interface Expression
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.