public class TypeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
NEWTON_METHOD_REPEATS |
| Constructor and Description |
|---|
TypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
comapreLong(long x,
long y) |
static boolean |
isBigInt(Object value) |
static boolean |
isDecimal(Object value) |
static boolean |
isDouble(Object value) |
static boolean |
isLong(Object value) |
static boolean |
isString(Object value) |
static BigDecimal |
ln(Map<String,Object> env,
BigDecimal x)
newton method to get natural logarithm
|
public static final boolean isBigInt(Object value)
public static final boolean isDecimal(Object value)
public static final boolean isLong(Object value)
public static final boolean isDouble(Object value)
public static final boolean isString(Object value)
public static int comapreLong(long x,
long y)
public static BigDecimal ln(Map<String,Object> env, BigDecimal x)
x - Copyright © 2019. All rights reserved.