public static class Conversion.Pow extends Conversion
Conversion
instances via
BigDecimal.pow(int)
.Conversion.Add, Conversion.Int, Conversion.Mul, Conversion.Pow, Conversion.Rat, Conversion.Sym
conversions
Constructor and Description |
---|
Pow(long base,
int exp) |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
convert(double original)
Primary operator for
Conversion instances. |
public java.math.BigDecimal convert(double original)
Conversion
Conversion
instances.convert
in class Conversion
original
- A unit value which is to be processed through the
tree-like representation of this equation. Only Conversion.Sym
objects
will actually use the "original" value.BigDecimal
result from the calculation. If this value
maps to Double.NEGATIVE_INFINITY
or
Double.POSITIVE_INFINITY
, then a BigResult
exception
should be thrown before returning to clients.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.