From d97c22df2daaeca6c2cec7f513babb667618f1f0 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Mon, 2 May 2016 20:53:48 -0700 Subject: add floating point output to `math` command This makes it easy for the user to request floating point output with the desired number of digits after the decimal point (not to be confused with significant digits). Note that this is just a thin wrapper so someone can say `math -s3 10 / 3` rather than `math "scale=3; 10 /3"`. Resolves #1643 --- tests/math.status | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/math.status (limited to 'tests/math.status') diff --git a/tests/math.status b/tests/math.status new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/tests/math.status @@ -0,0 +1 @@ +0 -- cgit v1.2.3