Files
opentf/repl
Alisdair McDiarmid d763e4f73e cli: Fix rendering of long integers
Recent changes to the human-readable rendering of outputs and console
values led to long integer values being presented in scientific
notation (e.g. 1.2345678e+07). While technically correct, this is an
unusual way to present integer values.

This commit changes the formatting mode to 'f', which never uses
scientific notation and displays integer values as a sequence of digits
instead (e.g. 12345678).
2021-01-08 09:38:18 -05:00
..
2018-10-16 19:14:11 -07:00
2021-01-08 09:38:18 -05:00
2016-11-13 23:17:03 -08:00
2020-10-19 14:29:54 -04:00
2020-12-02 13:59:18 -05:00