Package com.apple.foundationdb.half
package com.apple.foundationdb.half
Package that implements a half precision datatype. This implementation is
copied from HALF4J
and was subsequently modified.
-
ClassesClassDescriptionThe
Halfclass implements half precision (FP16) float-point number according to IEEE 754 standard.This class contains additional constants documenting limits ofHalf.The classHalfMathcontains methods for performing basic numeric operations on or usingHalfobjects.