jar

org.networkcalculus.num : NetCal-NumBackend

Maven & Gradle

May 11, 2019
0 stars

NetworkCalculus.org DNC NumBackend · A backend for (immutable) number representations that allows you to switch between different real and rational implementations.

Table Of Contents

Latest Version

Download org.networkcalculus.num : NetCal-NumBackend JAR file - Latest Versions:

All Versions

Download org.networkcalculus.num : NetCal-NumBackend JAR file - All Versions:

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

org.networkcalculus.num.implementations

├─ org.networkcalculus.num.implementations.RationalBigInt.class - [JAR]

├─ org.networkcalculus.num.implementations.RationalInt.class - [JAR]

├─ org.networkcalculus.num.implementations.RealDoublePrecision.class - [JAR]

├─ org.networkcalculus.num.implementations.RealSinglePrecision.class - [JAR]

org.networkcalculus.num

├─ org.networkcalculus.num.Num.class - [JAR]

├─ org.networkcalculus.num.NumBackend.class - [JAR]

org.networkcalculus.num.values

├─ org.networkcalculus.num.values.NaN.class - [JAR]

├─ org.networkcalculus.num.values.NegativeInfinity.class - [JAR]

├─ org.networkcalculus.num.values.PositiveInfinity.class - [JAR]