Package com.googlecode.aviator.runtime.function.math
-
Class Summary Class Description MathAbsFunction math.abs(d) functionMathAcosFunction math.acos(d) functionMathAsinFunction math.asin(d) functionMathAtanFunction math.atan(d) functionMathCeilFunction math.ceil(d) functionMathCosFunction math.cos(d) functionMathFloorFunction math.floor(d) functionMathLog10Function math.log10(d) functionMathLogFunction math.log(d) functionMathPowFunction math.pow(d1,d2) functionMathRoundFunction math.round(d) functionMathSinFunction math.sin(d) functionMathSqrtFunction math.sqrt(d) functionMathTanFunction math.tan(d) function