comirva.audio.util.math
Class Maths

java.lang.Object
  extended by comirva.audio.util.math.Maths

public class Maths
extends Object


Constructor Summary
Maths()
           
 
Method Summary
static double hypot(double a, double b)
          sqrt(a^2 + b^2) without under/overflow.
static double log2(double num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maths

public Maths()
Method Detail

hypot

public static double hypot(double a,
                           double b)
sqrt(a^2 + b^2) without under/overflow.


log2

public static double log2(double num)