com.sun.squawk.util
Class MathUtils

java.lang.Object
  extended by com.sun.squawk.util.MathUtils

public class MathUtils
extends java.lang.Object

Author:
wolf

Constructor Summary
MathUtils()
           
 
Method Summary
static double atan2(double y, double x)
           
static double log(double a)
           
static double pow(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathUtils

public MathUtils()
Method Detail

log

public static double log(double a)

pow

public static double pow(double x,
                         double y)

atan2

public static double atan2(double y,
                           double x)