Interface NativeOperators<T>
- Type Parameters:
T- Type of elements.
- All Superinterfaces:
Addition<T>, Multiplication<T>
- All Known Implementing Classes:
BigFraction, DD, FP64, Fraction
Operators that can be implemented in a more performant way
using the language constructs.
-
Method Summary
Methods inherited from interface Multiplication
isOne, multiply, one, reciprocal
-
Method Details
-
subtract
-
divide
-
multiply
-
pow
-