- get(int) - Method in class org.jdice.calc.CList
-
- get() - Method in class org.jdice.calc.Num
-
- get(int) - Method in class org.jdice.calc.Num
-
Get BigDecimal in defined scale, rounding mode and strip trailing zeros from properties
- get(int, Rounding) - Method in class org.jdice.calc.Num
-
Return BigDecimal in defined scale with specified rounding mode
- getAllNumConverter() - Static method in class org.jdice.calc.Cache
-
- getBigDecimalRound() - Method in enum org.jdice.calc.Rounding
-
- getCalculationSteps() - Method in class org.jdice.calc.AbstractCalculator
-
- getDecimalSeparator() - Method in class org.jdice.calc.AbstractCalculator
-
Get decimal separator used throughout expression
- getFormated() - Method in class org.jdice.calc.Num
-
- getFraction() - Method in class org.jdice.calc.Num
-
- getFractionSize() - Method in class org.jdice.calc.Num
-
- getFunction(String) - Static method in class org.jdice.calc.Cache
-
- getFunction(Class<? extends Function>) - Static method in class org.jdice.calc.Cache
-
- getFunction() - Method in class org.jdice.calc.FunctionData
-
- getFunction(String) - Method in class org.jdice.calc.OperationRegister
-
- getFunction(Class<? extends Function>) - Method in class org.jdice.calc.OperationRegister
-
- getFunctionAttributes() - Method in interface org.jdice.calc.Function
-
Define maximum number of parameters that implemented function can accept.
- getFunctionAttributes() - Method in class org.jdice.calc.operation.AbsFunction
-
ABS accept only one attribute abs(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.ArcCosFunction
-
ACOS accept only one attribute acos(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.ArcSinFunction
-
ASIN accept only one attribute asin(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.ArcTanFunction
-
ATAN accept only one attribute atan(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.CosFunction
-
COS accept only one attribute cos(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.CoshFunction
-
COSH accept only one attribute cosh(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.LogFunction
-
ABS accept only one attribute abs(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.SinFunction
-
SIN accept only one attribute SIN(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.SinhFunction
-
SINH accept only one attribute sinh(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.SqrtFunction
-
- getFunctionAttributes() - Method in class org.jdice.calc.operation.TanFunction
-
TAN accept only one attribute tan(-1-)
- getFunctionAttributes() - Method in class org.jdice.calc.operation.TanhFunction
-
TANH accept only one attribute tanh(-1-)
- getFunctions() - Method in class org.jdice.calc.OperationRegister
-
- getFunctionSymbols() - Static method in class org.jdice.calc.Cache
-
- getFunctionSymbols() - Method in class org.jdice.calc.OperationRegister
-
- getGlobalPropertiesFile() - Static method in class org.jdice.calc.Properties
-
- getGroupingSeparator() - Method in class org.jdice.calc.AbstractCalculator
-
Get grouping separator used throughout expression
- getGroupingSeparator() - Method in class org.jdice.calc.Properties
-
- getInfix() - Method in class org.jdice.calc.AbstractCalculator
-
Get infix (common arithmetic and logical expression notation) representation of given expression
- getInheritedProperties(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInheritedRoundingMode(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInheritedScale(AbstractCalculator, Num) - Static method in class org.jdice.calc.Properties
-
- getInputDecimalSeparator() - Method in class org.jdice.calc.Properties
-
- getName() - Method in class org.jdice.calc.Num
-
Get name of this variable.
- getNumConverter(Class<?>) - Static method in class org.jdice.calc.Cache
-
- getNumConverter(Class<?>, Class<? extends NumConverter>) - Static method in class org.jdice.calc.Cache
-
- getOperation(Class) - Static method in class org.jdice.calc.LinkOperation
-
- getOperator(Class<? extends Operator>) - Static method in class org.jdice.calc.Cache
-
- getOperator(String) - Static method in class org.jdice.calc.Cache
-
- getOperator(Class<? extends Operator>) - Method in class org.jdice.calc.OperationRegister
-
- getOperator(String) - Method in class org.jdice.calc.OperationRegister
-
- getOperators() - Method in class org.jdice.calc.OperationRegister
-
- getOperatorSymbols() - Static method in class org.jdice.calc.Cache
-
- getOperatorSymbols() - Method in class org.jdice.calc.OperationRegister
-
- getOriginalValue() - Method in class org.jdice.calc.Num
-
- getOutputDecimalSeparator() - Method in class org.jdice.calc.Properties
-
- getOutputFormat() - Method in class org.jdice.calc.Properties
-
- getPostfix() - Method in class org.jdice.calc.AbstractCalculator
-
Convert defined expression to postfix String
- getPriority() - Method in enum org.jdice.calc.Bracket
-
- getPriority() - Method in class org.jdice.calc.operation.AddOperator
-
- getPriority() - Method in class org.jdice.calc.operation.DivOperator
-
- getPriority() - Method in class org.jdice.calc.operation.ModOperator
-
- getPriority() - Method in class org.jdice.calc.operation.MulOperator
-
- getPriority() - Method in class org.jdice.calc.operation.PowOperator
-
- getPriority() - Method in class org.jdice.calc.operation.SubOperator
-
- getPriority() - Method in interface org.jdice.calc.Operator
-
Define operator priority during calculation.
- getProperties() - Method in class org.jdice.calc.AbstractCalculator
-
Get defined properties
- getProperties() - Method in class org.jdice.calc.Num
-
- getRegex() - Method in enum org.jdice.calc.Bracket
-
- getRegisteredOperations() - Method in class org.jdice.calc.AbstractCalculator
-
List registered local scoped operations.
- getResult() - Method in class org.jdice.calc.AbstractCalculator
-
Return copy of calculated result
- getResult() - Method in class org.jdice.calc.FunctionData
-
- getRoundingMode() - Method in class org.jdice.calc.AbstractCalculator
-
Get rounding mode used throughout expression
- getRoundingMode() - Method in class org.jdice.calc.Num
-
Gets the rounding mode for division operations The default is
RoundingMode.HALF_UP
- getRoundingMode() - Method in class org.jdice.calc.Properties
-
- getRoundingMode() - Method in enum org.jdice.calc.Rounding
-
- getRoundingMode(String) - Static method in enum org.jdice.calc.Rounding
-
- getScale() - Method in class org.jdice.calc.AbstractCalculator
-
Get scale mode used throughout expression
- getScale() - Method in class org.jdice.calc.Num
-
Sets the scale for division operations.
- getScale() - Method in class org.jdice.calc.Properties
-
- getSymbol() - Method in enum org.jdice.calc.Bracket
-
- getSymbol() - Method in class org.jdice.calc.operation.AbsFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.AddOperator
-
- getSymbol() - Method in class org.jdice.calc.operation.ArcCosFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.ArcSinFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.ArcTanFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.CosFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.CoshFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.DivOperator
-
- getSymbol() - Method in interface org.jdice.calc.Operation
-
Symbol that represent mathematical operator or function
- getSymbol() - Method in class org.jdice.calc.operation.LogFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.ModOperator
-
- getSymbol() - Method in class org.jdice.calc.operation.MulOperator
-
- getSymbol() - Method in class org.jdice.calc.operation.PowOperator
-
- getSymbol() - Method in class org.jdice.calc.operation.SinFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.SinhFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.SqrtFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.SubOperator
-
- getSymbol() - Method in class org.jdice.calc.operation.TanFunction
-
- getSymbol() - Method in class org.jdice.calc.operation.TanhFunction
-
- getThis() - Method in class org.jdice.calc.AbstractCalculator
-
Return reference of subclass
- getThis() - Method in class org.jdice.calc.Calc
-
- getThis() - Method in class org.jdice.calc.CalcTrig
-
- getValues() - Method in class org.jdice.calc.FunctionData
-