Largest available floating point type.
Source position: systemh.inc line 196
type ValReal = Extended; |
ValReal is an alias for the largest available floating point type on the architecture the program runs on. On most processors, it should be one of Double or Extended.