S
- the type of the scalars (field elements) on which all the operations are basedpublic class QuantityMultiplicativeInversion<S> extends QuantityUnaryOperation<S>
Constructor and Description |
---|
QuantityMultiplicativeInversion(QuantityEnvironment<S> environment) |
Modifier and Type | Method and Description |
---|---|
QuantifiedValue<S> |
perform(QuantifiedValue<S> scalar)
performs the operation on the given value
|
environment, equals, hashCode, productError, toString, validityFor
public QuantityMultiplicativeInversion(QuantityEnvironment<S> environment)
public QuantifiedValue<S> perform(QuantifiedValue<S> scalar)
UnaryOperation
scalar
- the input value, on which the operation shall be applied