Module ieee754java

Class Binary1024

All Implemented Interfaces:
Serializable, Comparable<Binary1024>

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

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

Author:
Thomas Kasper
See Also: