The value is not valid for a float array or table.
20
Cause . . . . . : The data used to
initialize a float numeric compile-time array or table exceeds the limits for
values of float type.
- if the array or table is defined as 4 byte float, the value must be zero,
between +1.1754944E-38 and +3.4028235E+38, or between
-1.1754944E-38 and -3.4028235E+38.
- if the array or table is defined as 8 byte float, the value must be zero,
between +2.224073858507201E-308 and +1.797693134862315E+308, or
between -2.224073858507201E-308 and -1.797693134862315E+308,
The data defaults to zero.
Recovery . . . : Correct the data used to
initialize the array or table. Compile again.