Uses of Class
org.apache.commons.numbers.field.FP64
Packages that use FP64
-
Uses of FP64 in org.apache.commons.numbers.field
Subclasses with type arguments of type FP64 in org.apache.commons.numbers.fieldClasses in org.apache.commons.numbers.field that implement interfaces with type arguments of type FP64Modifier and TypeClassDescriptionfinal classWraps adoublevalue in order to be used as a field element.final classWraps adoublevalue in order to be used as a field element.Fields in org.apache.commons.numbers.field declared as FP64Modifier and TypeFieldDescriptionprivate static final FP64FP64.ONEMultiplicative neutral.private static final FP64FP64Field.ONE1d.private static final FP64FP64.ZEROAdditive neutral.private static final FP64FP64Field.ZERO0d.Methods in org.apache.commons.numbers.field that return FP64Modifier and TypeMethodDescriptionBinary addition.Binary division.FP64.multiply(int n) Repeated addition.Binary multiplication.FP64.negate()Additive inverse.static FP64FP64.of(double value) Factory.FP64.one()Identity element.FP64Field.one()Return the value of one.FP64.pow(int n) Repeated multiplication.FP64.reciprocal()Multiplicative inverse.Binary subtraction.FP64.zero()Identity element.FP64Field.zero()Return the value of zero.Methods in org.apache.commons.numbers.field with parameters of type FP64