Lines Matching refs:bc
32 * The bc help text.
38 bc is a command-line, arbitrary-precision calculator with a Turing-complete
40 https://git.gavinhoward.com/gavin/bc/src/tag/%s/manuals/bc/%s.1.md.
42 This bc is compatible with both the GNU bc and the POSIX bc spec. See the GNU bc
43 manual (https://www.gnu.org/software/bc/manual/bc.html) and bc spec
44 (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html)
47 This bc has three differences to the GNU bc:
59 3) This bc has many more extensions than the GNU bc does. For details, see the
62 This bc also implements the dot (.) extension of the BSD bc.
104 Run the bc code in "file" and exit. See above as well.
141 This bc may load more functions with these options. See the manpage or
161 array name. This is useful when this bc gives parse errors on scripts
162 meant for other bc implementations.
164 Only keywords that are not in the POSIX bc spec may be redefined.