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