1
0
forked from bonsai/harakit

all: formatting; mm(1): fixes speed, simplicity; docs/dj.1: grammar, typos, etc.

This commit is contained in:
2025-10-26 16:58:13 -06:00
parent 8eece4cf84
commit 8d8df711d9
47 changed files with 719 additions and 272 deletions

View File

@@ -50,17 +50,17 @@ with the
.I IEEE Standard for Floating Point Arithmetic
(\fIIEEE 754\fP), floating-point arithmetic has rounding errors. This is
somewhat curbed by using the machine epsilon as provided by the Rust standard
library to which numbers are rounded. Because of this, variation is expected in
the number of decimal places the program can handle based on the platform and
hardware of any given machine.
library, to which numbers are rounded. Because of this, variation is expected
in the number of decimal places the program can handle based on the platform
and hardware of any given machine.
.\"
.SH RATIONALE
An infix notation calculation utility,
.BR bc (1p),
is included in the POSIX standard, but does not accept expressions as arguments;
in scripts, any predefined, non-interactive input must be piped into the
program. A
is included in the \*(Px standard, but does not accept expressions as
arguments; in scripts, any predefined, non-interactive input must be piped into
the program. A
.BR dc (1)
pre-dates the standardized
.BR bc (1p),
@@ -76,7 +76,7 @@ Written by Emma Tebibyte
.\"
.SH COPYRIGHT
Copyright (c) 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
Copyright \(co 2024 Emma Tebibyte. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/agpl.html>.
.\"
.SH SEE ALSO