Hi,
I've got a question about the 'fraction-digit' statement which I'm hoping
someone can clarify. I know it is used to specify the range of valid values, as
shown (in part) in the table below:
+----------------+-----------------------+----------------------+
| fraction-digit | min | max |
+----------------+-----------------------+----------------------+
| 1 | -922337203685477580.8 | 922337203685477580.7 |
| 2 | -92233720368547758.08 | 92233720368547758.07 |
| 3 | -9223372036854775.808 | 9223372036854775.807 |
My question is whether it implicitly imposes any restriction on the number of
digits that can follow the decimal point for a valid value, ie for
'fraction-digits 2', is 123.45678 valid, or only 123.45?
Thanks,
William
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod