From bbbef75978c17613909ecfe823c0a763c4f5acb9 Mon Sep 17 00:00:00 2001 From: Demian Ferreiro Date: Tue, 30 Jan 2024 16:00:54 -0300 Subject: [PATCH] Fix rounding error on math docs --- doc_src/cmds/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/math.rst b/doc_src/cmds/math.rst index ed84b0e07..3dd731691 100644 --- a/doc_src/cmds/math.rst +++ b/doc_src/cmds/math.rst @@ -190,7 +190,7 @@ Examples ``math -s0 10.0 / 6.0`` outputs ``1``. -``math -s3 10 / 6`` outputs ``1.666``. +``math -s3 10 / 6`` outputs ``1.667``. ``math "sin(pi)"`` outputs ``0``.