Uses of Interface
org.midheaven.math.Arithmetic
Packages that use Arithmetic
-
Uses of Arithmetic in org.midheaven.collections
Methods in org.midheaven.collections with parameters of type ArithmeticModifier and TypeMethodDescriptiondefault <S> ArithmeticalEnumerable<T, S> Enumerable.with(Arithmetic<T, S> arithmetic) Performs with. -
Uses of Arithmetic in org.midheaven.math
Methods in org.midheaven.math that return ArithmeticModifier and TypeMethodDescriptionstatic Arithmetic<Int, Rational> Int.arithmetic()static Arithmetic<Double, Double> Numbers.Doubles.arithmetic()Performs arithmetic.static Arithmetic<Float, Float> Numbers.Floats.arithmetic()Performs arithmetic.static Arithmetic<Integer, Rational> Numbers.Integers.arithmetic()Performs arithmetic.static Arithmetic<Long, Rational> Numbers.Longs.arithmetic()Performs arithmetic.static Arithmetic<Rational, Rational> Rational.arithmetic()static <V,R> Arithmetic <V, R> Arithmetic.of(V zero, BiFunction<V, V, V> sum, BiFunction<V, Long, R> over) Creates an instance from the provided value.Constructors in org.midheaven.math with parameters of type ArithmeticModifierConstructorDescriptionArithmeticalEnumerable(Arithmetic<N, D> arithmetic, Enumerable<N> original) Creates a new ArithmeticalEnumerable.