Modifier and Type | Method and Description |
---|---|
FP64 |
FP64.add(FP64 a) |
FP64 |
FP64.divide(FP64 a) |
FP64 |
FP64.multiply(FP64 a) |
FP64 |
FP64.multiply(int n) |
FP64 |
FP64.negate() |
static FP64 |
FP64.of(double value)
Factory.
|
FP64 |
FP64.one() |
FP64 |
FP64Field.one() |
FP64 |
FP64.pow(int n) |
FP64 |
FP64.reciprocal() |
FP64 |
FP64.subtract(FP64 a) |
FP64 |
FP64.zero() |
FP64 |
FP64Field.zero() |
Modifier and Type | Method and 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) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.