jar

me.datafox.dfxengine : math

Maven & Gradle

Sep 25, 2023
5 stars

DFXEngine Math · Seamless wrapping and manipulation of number types

Table Of Contents

Latest Version

Download me.datafox.dfxengine : math JAR file - Latest Versions:

All Versions

Download me.datafox.dfxengine : math JAR file - All Versions:

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

me.datafox.dfxengine.math.numeral

├─ me.datafox.dfxengine.math.numeral.AbstractNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.BigDecNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.BigIntNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.DoubleNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.FloatNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.IntNumeral.class - [JAR]

├─ me.datafox.dfxengine.math.numeral.LongNumeral.class - [JAR]

me.datafox.dfxengine.math.utils.internal

├─ me.datafox.dfxengine.math.utils.internal.MathStrings.class - [JAR]

me.datafox.dfxengine.math.utils

├─ me.datafox.dfxengine.math.utils.Conversion.class - [JAR]

├─ me.datafox.dfxengine.math.utils.Numerals.class - [JAR]

├─ me.datafox.dfxengine.math.utils.Operations.class - [JAR]

├─ me.datafox.dfxengine.math.utils.Range.class - [JAR]