PI constant added to GREL
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1904 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
ed724fd191
commit
1ec7cb9f7b
@ -61,6 +61,7 @@ public class ExpressionUtils {
|
||||
|
||||
bindings.put("true", true);
|
||||
bindings.put("false", false);
|
||||
bindings.put("PI", Math.PI);
|
||||
|
||||
bindings.put("project", project);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user