From 04e22abe4378e29671def7b4d9c7e509c58ef6b6 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Tue, 31 Mar 2020 19:12:18 +0200 Subject: [primitive floats] Add low level hexadecimal printing --- doc/changelog/03-notations/11986-float-low-level-printing.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/03-notations/11986-float-low-level-printing.rst (limited to 'doc/changelog') diff --git a/doc/changelog/03-notations/11986-float-low-level-printing.rst b/doc/changelog/03-notations/11986-float-low-level-printing.rst new file mode 100644 index 0000000000..f3d85cadc6 --- /dev/null +++ b/doc/changelog/03-notations/11986-float-low-level-printing.rst @@ -0,0 +1,5 @@ +- **Added:** + Add flag ``Printing Float`` to print primitive floats as hexadecimal + instead of decimal values. This is included in ``Set Printing All``. + (`#11986 `_, + by Pierre Roux). -- cgit v1.2.3