jar

org.meeuw.math : mihxil-math

Maven & Gradle

Feb 23, 2023
6 usages
4 stars

Math - core · The base dependency of the modules in the project. It provides the scaffolding for: - abstract algebra's to ensure a common interface for basic operations - an 'uncertain number' interface plus a SPI for formatting those

Table Of Contents

Latest Version

Download org.meeuw.math : mihxil-math JAR file - Latest Versions:

All Versions

Download org.meeuw.math : mihxil-math JAR file - All Versions:

Version Vulnerabilities Size Updated
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mihxil-math-0.11.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.meeuw.math.text.spi

├─ org.meeuw.math.text.spi.AlgebraicElementFormatProvider.class - [JAR]

├─ org.meeuw.math.text.spi.UncertainDoubleFormatProvider.class - [JAR]

├─ org.meeuw.math.text.spi.UncertainNumberFormatProvider.class - [JAR]

org.meeuw.math

├─ org.meeuw.math.ArrayUtils.class - [JAR]

├─ org.meeuw.math.BigDecimalUtils.class - [JAR]

├─ org.meeuw.math.CollectionUtils.class - [JAR]

├─ org.meeuw.math.DoubleUtils.class - [JAR]

├─ org.meeuw.math.Equivalence.class - [JAR]

├─ org.meeuw.math.Example.class - [JAR]

├─ org.meeuw.math.Examples.class - [JAR]

├─ org.meeuw.math.IntegerUtils.class - [JAR]

├─ org.meeuw.math.Interval.class - [JAR]

├─ org.meeuw.math.NonAlgebraic.class - [JAR]

├─ org.meeuw.math.Randomizable.class - [JAR]

├─ org.meeuw.math.Utils.class - [JAR]

├─ org.meeuw.math.WithUnits.class - [JAR]

org.meeuw.math.numbers

├─ org.meeuw.math.numbers.BigDecimalOperations.class - [JAR]

├─ org.meeuw.math.numbers.DecimalFormatToString.class - [JAR]

├─ org.meeuw.math.numbers.DoubleOperations.class - [JAR]

├─ org.meeuw.math.numbers.MathContextConfiguration.class - [JAR]

├─ org.meeuw.math.numbers.MathContextToString.class - [JAR]

├─ org.meeuw.math.numbers.NumberOperations.class - [JAR]

├─ org.meeuw.math.numbers.Scalar.class - [JAR]

├─ org.meeuw.math.numbers.SignedNumber.class - [JAR]

├─ org.meeuw.math.numbers.Sizeable.class - [JAR]

├─ org.meeuw.math.numbers.SizeableScalar.class - [JAR]

├─ org.meeuw.math.numbers.UncertaintyNumberOperations.class - [JAR]

org.meeuw.math.exceptions

├─ org.meeuw.math.exceptions.AlgebraicStructureException.class - [JAR]

├─ org.meeuw.math.exceptions.CardinalityNotFiniteException.class - [JAR]

├─ org.meeuw.math.exceptions.DivisionByZeroException.class - [JAR]

├─ org.meeuw.math.exceptions.FieldIncompleteException.class - [JAR]

├─ org.meeuw.math.exceptions.IllegalLogarithmException.class - [JAR]

├─ org.meeuw.math.exceptions.IllegalPowerException.class - [JAR]

├─ org.meeuw.math.exceptions.IllegalSqrtException.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidAlgebraicResult.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidElementCreationException.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidElementException.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidFactorial.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidOperationException.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidStructureCreationException.class - [JAR]

├─ org.meeuw.math.exceptions.InvalidUncertaintyException.class - [JAR]

├─ org.meeuw.math.exceptions.InverseException.class - [JAR]

├─ org.meeuw.math.exceptions.MathException.class - [JAR]

├─ org.meeuw.math.exceptions.NoSuchOperatorException.class - [JAR]

├─ org.meeuw.math.exceptions.NotASquareException.class - [JAR]

├─ org.meeuw.math.exceptions.NotASubGroup.class - [JAR]

├─ org.meeuw.math.exceptions.NotCombinableException.class - [JAR]

├─ org.meeuw.math.exceptions.NotComparableException.class - [JAR]

├─ org.meeuw.math.exceptions.NotStreamable.class - [JAR]

├─ org.meeuw.math.exceptions.OperationException.class - [JAR]

├─ org.meeuw.math.exceptions.OverflowException.class - [JAR]

├─ org.meeuw.math.exceptions.ReciprocalException.class - [JAR]

├─ org.meeuw.math.exceptions.UnsupportedMathOperationException.class - [JAR]

├─ org.meeuw.math.exceptions.WeighingExactValuesException.class - [JAR]

org.meeuw.math.streams

├─ org.meeuw.math.streams.BigIntegerSpliterator.class - [JAR]

├─ org.meeuw.math.streams.CartesianSpliterator.class - [JAR]

├─ org.meeuw.math.streams.DiagonalStreamState.class - [JAR]

├─ org.meeuw.math.streams.IntArrayState.class - [JAR]

├─ org.meeuw.math.streams.StreamUtils.class - [JAR]

org.meeuw.math.abstractalgebra.product

├─ org.meeuw.math.abstractalgebra.product.ProductElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.product.ProductGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.product.package-info.class - [JAR]

org.meeuw.math.uncertainnumbers.field

├─ org.meeuw.math.uncertainnumbers.field.UncertainDoubleElement.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.field.UncertainReal.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.field.UncertainRealField.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.field.package-info.class - [JAR]

org.meeuw.math.operators

├─ org.meeuw.math.operators.AlgebraicBinaryOperator.class - [JAR]

├─ org.meeuw.math.operators.AlgebraicComparisonOperator.class - [JAR]

├─ org.meeuw.math.operators.AlgebraicUnaryOperator.class - [JAR]

├─ org.meeuw.math.operators.BasicAlgebraicBinaryOperator.class - [JAR]

├─ org.meeuw.math.operators.BasicAlgebraicUnaryOperator.class - [JAR]

├─ org.meeuw.math.operators.BasicComparisonOperator.class - [JAR]

├─ org.meeuw.math.operators.BasicFunction.class - [JAR]

├─ org.meeuw.math.operators.GenericFunction.class - [JAR]

├─ org.meeuw.math.operators.OperatorInterface.class - [JAR]

org.meeuw.math.abstractalgebra.trivial

├─ org.meeuw.math.abstractalgebra.trivial.TrivialGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.trivial.TrivialGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.trivial.TrivialRing.class - [JAR]

├─ org.meeuw.math.abstractalgebra.trivial.TrivialRingElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.trivial.package-info.class - [JAR]

org.meeuw.math.abstractalgebra

├─ org.meeuw.math.abstractalgebra.AbelianRing.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AbelianRingElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AbstractAlgebraicElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AbstractAlgebraicStructure.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveAbelianGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveAbelianSemiGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveMonoid.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveMonoidElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveSemiGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AdditiveSemiGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AlgebraicElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.AlgebraicStructure.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Cardinality.class - [JAR]

├─ org.meeuw.math.abstractalgebra.CompleteField.class - [JAR]

├─ org.meeuw.math.abstractalgebra.CompleteFieldElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.CompleteScalarField.class - [JAR]

├─ org.meeuw.math.abstractalgebra.CompleteScalarFieldElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.DivisibleGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.DivisibleGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.DivisionRing.class - [JAR]

├─ org.meeuw.math.abstractalgebra.DivisionRingElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Field.class - [JAR]

├─ org.meeuw.math.abstractalgebra.FieldElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.GenericGroupConfiguration.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Group.class - [JAR]

├─ org.meeuw.math.abstractalgebra.GroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Magma.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MagmaElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MetricSpace.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MetricSpaceElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeAbelianGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeAbelianSemiGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeMonoid.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeMonoidElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeSemiGroup.class - [JAR]

├─ org.meeuw.math.abstractalgebra.MultiplicativeSemiGroupElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Ordered.class - [JAR]

├─ org.meeuw.math.abstractalgebra.RandomConfiguration.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Ring.class - [JAR]

├─ org.meeuw.math.abstractalgebra.RingElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Rng.class - [JAR]

├─ org.meeuw.math.abstractalgebra.RngElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.ScalarField.class - [JAR]

├─ org.meeuw.math.abstractalgebra.ScalarFieldElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Streamable.class - [JAR]

├─ org.meeuw.math.abstractalgebra.StrictlyOrdered.class - [JAR]

├─ org.meeuw.math.abstractalgebra.Vector.class - [JAR]

├─ org.meeuw.math.abstractalgebra.VectorSpace.class - [JAR]

├─ org.meeuw.math.abstractalgebra.WithDoubleOperations.class - [JAR]

├─ org.meeuw.math.abstractalgebra.WithFloatOperations.class - [JAR]

├─ org.meeuw.math.abstractalgebra.WithScalarOperations.class - [JAR]

├─ org.meeuw.math.abstractalgebra.package-info.class - [JAR]

org.meeuw.math.text.configuration

├─ org.meeuw.math.text.configuration.GroupingSeparator.class - [JAR]

├─ org.meeuw.math.text.configuration.NumberConfiguration.class - [JAR]

├─ org.meeuw.math.text.configuration.UncertaintyConfiguration.class - [JAR]

org.meeuw.math.abstractalgebra.categoryofgroups

├─ org.meeuw.math.abstractalgebra.categoryofgroups.CategoryOfGroups.class - [JAR]

├─ org.meeuw.math.abstractalgebra.categoryofgroups.GroupAsElement.class - [JAR]

├─ org.meeuw.math.abstractalgebra.categoryofgroups.package-info.class - [JAR]

org.meeuw.math.uncertainnumbers

├─ org.meeuw.math.uncertainnumbers.AbstractUncertainDouble.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.CompareConfiguration.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.ConfidenceInterval.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.ConfidenceIntervalConfiguration.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.DoubleConfidenceInterval.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.ImmutableUncertainNumber.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.Uncertain.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.UncertainDouble.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.UncertainNumber.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.UncertainScalar.class - [JAR]

├─ org.meeuw.math.uncertainnumbers.package-info.class - [JAR]

org.meeuw.math.time

├─ org.meeuw.math.time.TestClock.class - [JAR]

├─ org.meeuw.math.time.TimeUtils.class - [JAR]

├─ org.meeuw.math.time.UniqueClock.class - [JAR]

org.meeuw.math.text

├─ org.meeuw.math.text.FormatService.class - [JAR]

├─ org.meeuw.math.text.SplitNumber.class - [JAR]

├─ org.meeuw.math.text.TextUtils.class - [JAR]

├─ org.meeuw.math.text.UncertainDoubleFormat.class - [JAR]

├─ org.meeuw.math.text.UncertainNumberFormat.class - [JAR]

org.meeuw.math.validation

├─ org.meeuw.math.validation.Prime.class - [JAR]

├─ org.meeuw.math.validation.PrimeValidator.class - [JAR]

├─ org.meeuw.math.validation.Square.class - [JAR]

├─ org.meeuw.math.validation.SquareValidator.class - [JAR]

Advertisement

Dependencies from Group

Feb 23, 2023
6 usages
4 stars
Nov 10, 2022
4 usages
4 stars
Feb 23, 2023
3 usages
4 stars
Feb 23, 2023
3 usages
4 stars
Feb 23, 2023
2 usages
4 stars

Discover Dependencies

Mar 10, 2021
3 stars
Feb 10, 2021
1 usages
1 stars
May 18, 2022
1 usages
6 stars
Aug 15, 2023
14 usages
3 stars
Apr 07, 2021
1 usages
2 stars
Apr 20, 2021
1 usages
Apr 26, 2021
1 usages
24.3k stars
May 22, 2021
3 usages
11 stars