diff options
Diffstat (limited to 'manuals/dc/EN.1.md')
| -rw-r--r-- | manuals/dc/EN.1.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manuals/dc/EN.1.md b/manuals/dc/EN.1.md index e1826daa4e18..01c40a8e34dc 100644 --- a/manuals/dc/EN.1.md +++ b/manuals/dc/EN.1.md @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. # Name -dc - arbitrary-precision reverse-Polish notation calculator +dc - arbitrary-precision decimal reverse-Polish notation calculator # SYNOPSIS @@ -289,7 +289,8 @@ These are the commands used for arithmetic. **\^** : The top two values are popped off the stack, the second is raised to the - power of the first, and the result is pushed onto the stack. + power of the first, and the result is pushed onto the stack. The *scale* of + the result is equal to **scale**. The first value popped off of the stack must be an integer, and if that value is negative, the second value popped off of the stack must be @@ -1020,6 +1021,6 @@ None are known. Report bugs at https://git.yzena.com/gavin/bc. # AUTHOR -Gavin D. Howard <yzena.tech@gmail.com> and contributors. +Gavin D. Howard <gavin@yzena.com> and contributors. [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html |
