jar

com.christianheina.langx : half4j

Maven & Gradle

May 09, 2023
0 stars

Half4j · Half4j provides functionality for working with half precision (FP16) according to IEEE 754 standard. Half class provided by library is implemented to provide, as much as possible, the same interface as java.lang.Float and java.lang.Double.

Table Of Contents

Latest Version

Download com.christianheina.langx : half4j JAR file - Latest Versions:

All Versions

Download com.christianheina.langx : half4j JAR file - All Versions:

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

com.christianheina.langx.half4j

├─ com.christianheina.langx.half4j.Half.class - [JAR]

├─ com.christianheina.langx.half4j.HalfConsts.class - [JAR]

├─ com.christianheina.langx.half4j.HalfMath.class - [JAR]

├─ com.christianheina.langx.half4j.HalfUtil.class - [JAR]

Advertisement