Module ieee754java

Class Binary2048

All Implemented Interfaces:
Serializable, Comparable<Binary2048>

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

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

Author:
Thomas Kasper
See Also: