Lines Matching refs:dc
32 * The dc help text.
38 dc is a reverse-polish notation command-line calculator which supports unlimited
42 This dc is (mostly) compatible with the OpenBSD dc and the GNU dc. See the
43 OpenBSD man page (http://man.openbsd.org/OpenBSD-current/man1/dc.1) and the GNU
44 dc manual (https://www.gnu.org/software/bc/manual/dc-1.05/html_mono/dc.html)
47 This dc has a few differences from the two above:
50 dc does.
51 2) This dc implements the GNU extensions for divmod ("~") and modular
53 3) This dc implements all FreeBSD extensions, except for "J" and "M".
54 4) This dc does not implement the run command ("!"), for security reasons.
55 5) Like the FreeBSD dc, this dc supports extended registers. However, they are
69 Also note that, unlike the FreeBSD dc, extended registers are not even
109 given, they are all run. After running, dc will exit.
113 Run the dc code in "file" and exit. See above.
127 Put dc into interactive mode. See the man page for more details.