public static interface Group.Additive<S> extends Group, Operation.Addition<S>
Group.Additive<S>, Group.Multiplicative<S>
Operation.Addition<T>, Operation.Division<T>, Operation.Multiplication<T>, Operation.Subtraction<T>
Modifier and Type | Method and Description |
---|---|
S |
negate()
The additive inverse of this.
|
add
S negate()
-this
.Copyright © 2019 Optimatika. All rights reserved.