Package com.googlecode.aviator.utils
Class TypeUtils
java.lang.Object
com.googlecode.aviator.utils.TypeUtils
Java type to aviator type utilities
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
comapreLong
(long x, long y) static final boolean
static final boolean
static final boolean
static final boolean
static final boolean
static BigDecimal
ln
(Map<String, Object> env, BigDecimal x) newton method to get natural logarithm
-
Field Details
-
NEWTON_METHOD_REPEATS
public static long NEWTON_METHOD_REPEATS -
PRIMITIVE_TYPES
-
-
Constructor Details
-
TypeUtils
public TypeUtils()
-
-
Method Details
-
isBigInt
-
isDecimal
-
isLong
-
isDouble
-
isString
-
comapreLong
public static int comapreLong(long x, long y) -
ln
newton method to get natural logarithm- Parameters:
x
-- Returns:
-