public final class FP64Field extends AbstractField<FP64>
Double
static FP64Field
get()
FP64
one()
zero()
add, divide, multiply, multiply, negate, reciprocal, subtract
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static FP64Field get()
public FP64 one()
1
a
1 * a == a
public FP64 zero()
0
0 + a == a
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.