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.
  • Classes
    Class
    Description
    The Half class implements half precision (FP16) float-point number according to IEEE 754 standard.
    This class contains additional constants documenting limits of Half.
    The class HalfMath contains methods for performing basic numeric operations on or using Half objects.