public class MathFunctions extends BuiltInFunctionsPack
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ABS |
protected static String |
ACOS |
protected static String |
ASIN |
protected static String |
ATAN |
protected static String |
CEIL |
protected static String |
COS |
protected static String |
FLOOR |
protected static String |
LENGTH |
protected static String |
MAX |
protected static String |
MIN |
protected static String |
MOD |
protected static String |
PERCENTAGE |
protected static String |
PI |
protected static String |
POW |
protected static String |
ROUND |
protected static String |
SIN |
protected static String |
SQRT |
protected static String |
TAN |
| Constructor and Description |
|---|
MathFunctions(ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,com.github.sommeri.less4j.core.compiler.expressions.Function> |
getFunctions() |
canEvaluate, evaluateprotected static final String PERCENTAGE
protected static final String ROUND
protected static final String MIN
protected static final String MAX
protected static final String LENGTH
protected static final String FLOOR
protected static final String CEIL
protected static final String SQRT
protected static final String ABS
protected static final String TAN
protected static final String SIN
protected static final String COS
protected static final String MOD
protected static final String POW
protected static final String ATAN
protected static final String ASIN
protected static final String ACOS
protected static final String PI
public MathFunctions(ProblemsHandler problemsHandler)
protected Map<String,com.github.sommeri.less4j.core.compiler.expressions.Function> getFunctions()
getFunctions in class BuiltInFunctionsPackCopyright © 2012-2015. All Rights Reserved.