org.armedbear.lisp
Class MathFunctions

java.lang.Object
  extended by org.armedbear.lisp.MathFunctions

public final class MathFunctions
extends java.lang.Object


Field Summary
static Primitive EXPT
           
 
Constructor Summary
MathFunctions()
           
 
Method Summary
static double OverUnderFlowCheck(double number)
          Checks number for over- or underflow values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPT

public static final Primitive EXPT
Constructor Detail

MathFunctions

public MathFunctions()
Method Detail

OverUnderFlowCheck

public static final double OverUnderFlowCheck(double number)
Checks number for over- or underflow values.

Parameters:
number -
Returns:
number or signals an appropriate error