Lines Matching +full:non +full:- +full:default

4  * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
38 bc is a command-line, arbitrary-precision calculator with a Turing-complete
56 unary minus (-), or negation, operator. This still allows POSIX-compliant
66 -C --no-digit-clamp
75 If multiple of this option and the -c option are given, the last is used.
77 -c --digit-clamp
87 If multiple of this option and the -C option are given, the last is used.
90 -E seed --seed=seed
97 -e expr --expression=expr
102 -f file --file=file
106 -g --global-stacks
112 -h --help
116 -I ibase --ibase=ibase
122 -i --interactive
126 -L --no-line-length
130 -l --mathlib
144 -O obase --obase=obase
150 -P --no-prompt
154 -R --no-read-prompt
158 -r keyword --redefine=keyword
169 -q --quiet
173 -S scale --scale=scale
179 -s --standard
181 Error if any non-POSIX extensions are used.
183 -w --warn
185 Warn if any non-POSIX extensions are used.
187 -v --version
191 -z --leading-zeroes
193 Enable leading zeroes on numbers greater than -1 and less than 1.
199 Error if any non-POSIX extensions are used.
203 Command-line arguments to use on every run.
212 If an integer and non-zero, display the copyright banner in interactive
217 Overrides the default, which is %s print the banner.
221 If an integer and non-zero, reset on SIGINT, rather than exit, when in
226 Overrides the default, which is %s.
230 If an integer and non-zero, enable TTY mode when it is available.
234 Overrides the default, which is TTY mode %s.
238 If an integer and non-zero, enable prompt when TTY mode is possible.
242 Overrides the default, which is prompt %s.
246 If an integer and non-zero, exit when expressions or expression files are
247 given on the command-line, and does not exit when an integer and zero.
249 Overrides the default, which is %s.
253 If an integer and non-zero, clamp digits larger than or equal to the
256 Overrides the default, which is %s.