Added pi to the math library

This commit is contained in:
ChrisFadden
2015-09-14 00:04:09 -04:00
parent 35ee6425f1
commit d3e7e839c1

View File

@@ -107,8 +107,7 @@ fun mod(x: double, y: double): double
return ans;
}
val M_PI = acos(-1);