The unit System.Math
defines the constant
MinExtended80Denormal
Can I convert this number to string with the given rtl functions?
I tried
FormatFloat('#.##############E+####', System.math.MinExtended80Denormal)
which results in
000000000000000E+00000
I tried larger denormalized values too, but it seems that such values (in which the exponent is zero) are not supported by the built-in formatting functions.