Module ieee754java

Class Binary512

All Implemented Interfaces:
Serializable, Comparable<Binary512>

public final class Binary512 extends Binary<Binary512>
This class implements the IEEE 754 floating point specification for 512-bit numbers.

Warning: This format is not official and exists for demonstration purposes only. Encoding/decoding might take pretty long, results might be inaccurate.

Author:
Thomas Kasper
See Also: