Uses of Class
org.apache.commons.numbers.field.FP64
-
-
Uses of FP64 in org.apache.commons.numbers.field
Methods in org.apache.commons.numbers.field that return FP64 Modifier and Type Method Description FP64
FP64. add(FP64 a)
FP64
FP64. divide(FP64 a)
FP64
FP64. multiply(int n)
FP64
FP64. multiply(FP64 a)
FP64
FP64. negate()
static FP64
FP64. of(double value)
Factory.FP64
FP64. one()
FP64
FP64Field. one()
Return the value of one.FP64
FP64. pow(int n)
FP64
FP64. reciprocal()
FP64
FP64. subtract(FP64 a)
FP64
FP64. zero()
FP64
FP64Field. zero()
Return the value of zero.Methods in org.apache.commons.numbers.field with parameters of type FP64 Modifier and Type Method Description FP64
FP64. add(FP64 a)
int
FP64. compareTo(FP64 other)
FP64
FP64. divide(FP64 a)
FP64
FP64. multiply(FP64 a)
FP64
FP64. subtract(FP64 a)
-