cytoscape.util
Class MathUtil
java.lang.Object
cytoscape.util.MathUtil
public class MathUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathUtil
public MathUtil()
getExponent
public static int getExponent(float f)
getExponent
public static long getExponent(double f)
almostEqual
public static boolean almostEqual(float x1,
float x2)
almostEqual
public static boolean almostEqual(double x1,
double x2)
isValidDouble
public static boolean isValidDouble(String s)
Copyright 2010 Cytoscape Consortium. All rights reserved.