Package hec.hecmath.functions
Class ScalarFunctions
java.lang.Object
hec.hecmath.functions.ScalarFunctions
- All Implemented Interfaces:
Constants
-
Nested Class Summary
Nested classes/interfaces inherited from interface hec.hecmath.computation.Constants
Constants.LogicTestOperator, Constants.MathOperator, Constants.Notation, Constants.Precedence, Constants.QualityOperator, Constants.QualityTestOperator, Constants.TextOperator, Constants.TextTestOperator, Constants.ValueTestOperator
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
roundOffValue
(double dvalue, int desiredPrecision, int powerOfTensPlace) round off an individual value
-
Constructor Details
-
ScalarFunctions
public ScalarFunctions()
-
-
Method Details
-
roundOffValue
public static double roundOffValue(double dvalue, int desiredPrecision, int powerOfTensPlace) round off an individual value
-