RandomSec/main/src/com/google/refine/grel/ast
Iain Sproat f1643565b8 Additions to GREL:
* modulo operator, %
* cos, sin and tan functions
* acos, asin, atan and atan2 functions
* cosh, sinh and tanh functions
* fact and combin functions
* degrees and radians functions
* odd and even functions

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1908 7d457c2a-affb-35e4-300a-418c747d4874
2010-11-20 12:11:37 +00:00
..
ControlCallExpr.java FunctionCall and ControlCall should catch exceptions and wrap them as EvalError's. 2010-11-05 04:26:10 +00:00
FieldAccessorExpr.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
FunctionCallExpr.java FunctionCall and ControlCall should catch exceptions and wrap them as EvalError's. 2010-11-05 04:26:10 +00:00
LiteralExpr.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
OperatorCallExpr.java Additions to GREL: 2010-11-20 12:11:37 +00:00
VariableExpr.java Prepended license text to java source 2010-10-20 20:45:52 +00:00