blue.math
Class Functions

java.lang.Object
  |
  +--blue.math.Functions

public class Functions
extends java.lang.Object


Method Summary
static double cbrt(double d)
           
static double cbrtx(double goal, double low, double high, int n)
           
static int cube(int n)
           
static int factorial(int n)
           
static int ln(double f)
           
static double sqrt(double d)
           
static int square(int n)
           
static int triangular(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

triangular

public static int triangular(int n)

factorial

public static int factorial(int n)

square

public static int square(int n)

cube

public static int cube(int n)

ln

public static int ln(double f)

sqrt

public static double sqrt(double d)

cbrt

public static double cbrt(double d)

cbrtx

public static double cbrtx(double goal,
                           double low,
                           double high,
                           int n)