|
sharkysoft.com | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sharkysoft.math.MathToolbox
Math-related functions.
Details: MathToolbox
is a miscellaneous collection of
generic math-
Constructor Summary | |
MathToolbox()
|
Method Summary | |
static boolean |
isIrrational(double idValue)
|
static boolean |
isIrrational(float ifValue)
|
static MantissaExponent |
toScientificNotation(java.math.BigDecimal ipVal)
Converts real value to scientific notation. |
static MantissaExponent |
toScientificNotation(double idVal)
Converts real value to scientific notation. |
static MantissaExponent |
toScientificNotation(float ifVal)
Converts real value to scientific notation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MathToolbox()
Method Detail |
public static MantissaExponent toScientificNotation(java.math.BigDecimal ipVal)
Details: This method determines the scientific notation for the given real value.
ipVal
- the real value
public static MantissaExponent toScientificNotation(double idVal)
Details: This method determines the scientific notation for the given real value.
idVal
- the real value
public static MantissaExponent toScientificNotation(float ifVal)
Details: This method determines the scientific notation for the given real value.
ifVal
- the real value
public static boolean isIrrational(float ifValue)
public static boolean isIrrational(double idValue)
|
sharkysoft.com | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997-2004 Sharkysoft (sharkysoft.com). All rights reserved.