A C D E F G H I L M N P R S T U W X Y _

M

magnitude(BigDecimal) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
Returns the number of digits to the left of the decimal point
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.io.Generic_IO
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigInteger
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_double
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_float
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_int
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_long
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.scratch.Generic_Executor
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.scratch.Generic_ImageWriter
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.scratch.Generic_Runnable
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.scratch.NewMain
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_AgeGenderBarChart
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_AgeGenderBoxPlot
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_AgeGenderLineChart
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_JApplet_AgeGenderBarChart
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_JApplet_AgeGenderBoxPlot
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_JApplet_AgeGenderLineChart
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_JApplet_ScatterPlot
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_JApplet_ScatterPlotAndLinearRegression
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_ScatterPlot
 
main(String[]) - Static method in class uk.ac.leeds.ccg.andyt.generic.visualisation.charts.Generic_ScatterPlotAndLinearRegression
 
max(BigDecimal, BigDecimal) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
max(ArrayList<BigDecimal>) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
Returns a copy of the maximum BigDecimal in the list.
max(BigDecimal, BigInteger) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
max(BigInteger, BigInteger) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigInteger
 
min(BigDecimal, BigDecimal) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
min(BigDecimal, BigInteger) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
min(BigInteger, BigInteger) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigInteger
 
MPIException - Static variable in class uk.ac.leeds.ccg.andyt.generic.core.Generic_ErrorAndExceptionHandler
 
multiplyRoundIfNecessary(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
This is immutable.
multiplyRoundIfNecessary(BigDecimal, BigDecimal, MathContext, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
This is immutable.
multiplyRoundIfNecessary(BigDecimal, BigInteger, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
x*y If rounding is not wanted, use x.multiply(y1)
multiplyRoundIfNecessary(BigDecimal, BigInteger, MathContext, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
x*y If sure that a_MathContext is sufficgfhgshsdfgfdrounding is not wanted, use x.multiply(y1)
multiplyRoundIfNecessaryNoSpecialCaseCheck(BigDecimal, BigDecimal, MathContext, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
If a_MathContext has the right precision for rounding, it is used, otherwise rounding is done if necessary using decimalPlaces and a_RoundingMode.
multiplyRoundIfNecessaryNoSpecialCaseCheck(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
 
multiplyRoundToFixedDecimalPlaces(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class uk.ac.leeds.ccg.andyt.generic.math.Generic_BigDecimal
The calculation could be divided into parts using the following algebra: (a + b) * (c + d) = (a * c) + (a * d) + (b * c) + (b * d) Consider that a is the integer part of x and b is the remainder and similarly that c is the integer part of y and d is the remainder.

A C D E F G H I L M N P R S T U W X Y _