Package org.armedbear.lisp
Class MathFunctions
java.lang.Object
org.armedbear.lisp.MathFunctions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final double
OverUnderFlowCheck
(double number) Checks number for over- or underflow values.
-
Field Details
-
EXPT
-
-
Constructor Details
-
MathFunctions
public MathFunctions()
-
-
Method Details
-
OverUnderFlowCheck
public static final double OverUnderFlowCheck(double number) Checks number for over- or underflow values.- Parameters:
number
-- Returns:
- number or signals an appropriate error
-