jar

org.meeuw : mihxil-math

Maven & Gradle

Jan 25, 2021
8 usages
2 stars

Mihxil's Math · 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 : mihxil-math JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
0.4.x
0.3.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.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

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.text.spi

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

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

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

org.meeuw.math

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

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

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

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

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

org.meeuw.math.abstractalgebra

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

├─ org.meeuw.math.abstractalgebra.AdditiveAbelianGroup.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.AlgebraicBinaryOperator.class - [JAR]

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

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

├─ org.meeuw.math.abstractalgebra.AlgebraicUnaryOperator.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.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.MetricSpace.class - [JAR]

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

├─ org.meeuw.math.abstractalgebra.MultiplicativeAbelianGroup.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.Operator.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.UnaryOperator.class - [JAR]

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

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

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

org.meeuw.math.text.configuration

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

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

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

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

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

org.meeuw.math.numbers

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

├─ org.meeuw.math.numbers.DoubleOperations.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.UncertaintyNumberOperations.class - [JAR]

org.meeuw.math.uncertainnumbers

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

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

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

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

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

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

org.meeuw.math.exceptions

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

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

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

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

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

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

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

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

org.meeuw.math.text

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

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

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

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

Advertisement

Dependencies from Group

Jan 25, 2021
8 usages
2 stars
Nov 30, 2021
6 usages
Oct 28, 2021
6 usages
1 stars
Jan 25, 2021
5 usages
2 stars
Nov 30, 2021
4 usages

Discover Dependencies

Feb 29, 2016
8 usages
4 stars
Jan 26, 2018
3 usages
Feb 17, 2017
4 usages
7 stars
Aug 10, 2023
4 usages
328 stars
Dec 03, 2019
2 usages
3 stars
Nov 05, 2019
6 usages
2 stars
Jan 16, 2020
5 usages
114 stars
Oct 05, 2011
7 usages
Jul 28, 2011
20 usages
Sep 03, 2017
8 usages
6 stars