org.python.core
public class ExtraMath extends Object
Field Summary | |
---|---|
static double | CLOSE |
static double | EPSILON |
static double | LOG10 |
Method Summary | |
---|---|
static boolean | close(double v, double w, double tol)
Are v and w "close" to each other? |
static boolean | close(double v, double w) |
static double | closeFloor(double v)
Returns floor(v) except when v is very close to the next number, when it
returns ceil(v); |
static double | hypot(double v, double w) |
static double | log10(double v) |