Member of the constants class.
c = bitmax
Specifies the maximum unsigned floating-point integer. The IEEE standard for floating-point arithmetic defines bitmax as 2^53-1.
| Name | Description |
| c | Returns the maximum unsigned floating-point integer. c is a double-precision, floating-point number. |
A = bitmax
S = [0:1:52];
C = A-sum(2.^S)