public final class FP64 extends Number implements NativeOperators<FP64>, Comparable<FP64>
double
value in order to be used as a field
element.Modifier and Type | Method and Description |
---|---|
FP64 |
add(FP64 a) |
byte |
byteValue() |
int |
compareTo(FP64 other) |
FP64 |
divide(FP64 a) |
double |
doubleValue() |
boolean |
equals(Object other) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
FP64 |
multiply(FP64 a) |
FP64 |
multiply(int n) |
FP64 |
negate() |
static FP64 |
of(double value)
Factory.
|
FP64 |
one() |
FP64 |
pow(int n) |
FP64 |
reciprocal() |
FP64 |
subtract(FP64 a) |
String |
toString() |
FP64 |
zero() |
shortValue
public FP64 reciprocal()
reciprocal
in interface Multiplication<FP64>
public FP64 multiply(int n)
multiply
in interface NativeOperators<FP64>
public FP64 pow(int n)
pow
in interface NativeOperators<FP64>
public double doubleValue()
doubleValue
in class Number
public float floatValue()
floatValue
in class Number
public int compareTo(FP64 other)
compareTo
in interface Comparable<FP64>
public FP64 one()
one
in interface Multiplication<FP64>
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.