intarsys runtime library

de.intarsys.tools.math
Class MathTools

java.lang.Object
  extended by de.intarsys.tools.math.MathTools

public class MathTools
extends Object

Tool class for math related functions


Method Summary
static boolean equalsNearly(double a, double b, double range)
           
static boolean equalsNearly(float a, float b, float range)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equalsNearly

public static boolean equalsNearly(double a,
                                   double b,
                                   double range)

equalsNearly

public static boolean equalsNearly(float a,
                                   float b,
                                   float range)

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.