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. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Not characterized |
A = maxfloatint
S = [0:1:52];
C = A-sum(2.^S)