JavaDocs can be found here.
More info about adding this project as a dependency using Maven, Gradle, sbt, or leiningen can be found here.
+, -, *, /, %, ^, min(x,y), max(x,y), abs(x), sqrt(x), sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), atan2(x, y), ln(x), log(x).
'(', ')', ',', 'e', 'pi'
- 1+1 = 2
- sqrt(144) = 12
- max(10, sqrt(16)^4/100*4) = 10.4
With x = 2:
- x*x*x = 8