jas.maths
Class MathLib

java.lang.Object
  extended by jas.maths.MathLib

public class MathLib
extends java.lang.Object


Constructor Summary
MathLib()
           
 
Method Summary
static double acosh(double x)
           
static double asinh(double x)
           
static double atanh(double x)
           
static double binomial(double n, long k)
           
static double binomial(long n, long k)
           
static long ceil(double value)
           
static double cosh(double x)
           
static double cot(double x)
           
static double factorial(int k)
           
static long floor(double value)
           
static double log(double base, double value)
           
static double log10(double value)
           
static double log2(double value)
           
static double sinh(double x)
           
static double tanh(double x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathLib

public MathLib()
Method Detail

acosh

public static double acosh(double x)

asinh

public static double asinh(double x)

atanh

public static double atanh(double x)

binomial

public static double binomial(double n,
                              long k)

binomial

public static double binomial(long n,
                              long k)

ceil

public static long ceil(double value)

cosh

public static double cosh(double x)

cot

public static double cot(double x)

factorial

public static double factorial(int k)

floor

public static long floor(double value)

log

public static double log(double base,
                         double value)

log10

public static double log10(double value)

log2

public static double log2(double value)

sinh

public static double sinh(double x)

tanh

public static double tanh(double x)