Package jscl.math
Interface Arithmetic
- All Known Implementing Classes:
Complex,Expression,Function,Generic,JSCLBoolean,JSCLBoolean,JSCLDouble,JSCLInteger,JSCLVector,Matrix,ModularInteger,ModularInteger,Numeric,NumericMatrix,NumericVector,NumericWrapper,Polynomial,Rational,UnivariatePolynomial
public interface Arithmetic
-
Method Summary
Modifier and TypeMethodDescriptionadd(Arithmetic arithmetic) divide(Arithmetic arithmetic) multiply(Arithmetic arithmetic) subtract(Arithmetic arithmetic)
-
Method Details
-
add
-
subtract
-
multiply
-
divide
- Throws:
ArithmeticException
-