org.diyefi.openlogviewer.utils
Class MathUtils

java.lang.Object
  extended by org.diyefi.openlogviewer.utils.MathUtils

public final class MathUtils
extends Object

Math is used to provide math functions specific to the project.

Author:
Ben Fenner

Method Summary
static double roundToSignificantFigures(double input, int sigFigs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

roundToSignificantFigures

public static double roundToSignificantFigures(double input,
                                               int sigFigs)


Copyright © 2011 DIYEFI.org. All Rights Reserved.