Lines Matching full:numbers
49 It uses a stack (reverse Polish notation) to store numbers and results
68 \f[B]ibase\f[R] when parsing numbers.
88 \f[B]ibase\f[R] when parsing numbers.
184 Disables line length checking and prints numbers without backslashes and
266 Makes dc(1) print all numbers greater than \f[B]\-1\f[R] and less than
317 \f[B]NUMBERS\f[R] section) or a command (see the \f[B]COMMANDS\f[R]
322 determines how to interpret constant numbers.
324 input numbers.
334 numbers.
360 is guaranteed to produce the same sequence of pseudo\-random numbers
364 of pseudo\-random numbers.
381 where a reproducible stream of pseudo\-random numbers is
390 .SH NUMBERS
391 Numbers are strings made up of digits, uppercase letters up to
393 Numbers can have up to \f[B]DC_NUM_MAX\f[R] digits.
423 There is one exception to clamping: single\-character numbers (i.e.,
425 Such numbers are never clamped and always take the value they would have
437 In addition, dc(1) accepts numbers in scientific notation.
462 available for printing numbers.
469 Printing numbers in scientific notation and/or engineering notation is a
834 the \f[B]NUMBERS\f[R] section).
862 sequence of pseudo\-random numbers as it did when the \f[B]seed\f[R]
869 same sequence of pseudo\-random numbers.
871 produce unique sequences of pseudo\-random numbers.
929 dc(1) can work with both numbers and strings, and registers (see the
930 \f[B]REGISTERS\f[R] section) can hold both strings and numbers.
934 While arithmetic operations have to have numbers, and will print an
989 Pops two values off of the stack that must be numbers and compares them.
997 If either or both of the values are not numbers, dc(1) will raise an
1006 If either or both of the values are not numbers, dc(1) will raise an
1013 Pops two values off of the stack that must be numbers and compares them.
1018 If either or both of the values are not numbers, dc(1) will raise an
1027 If either or both of the values are not numbers, dc(1) will raise an
1034 Pops two values off of the stack that must be numbers and compares them.
1039 If either or both of the values are not numbers, dc(1) will raise an
1048 If either or both of the values are not numbers, dc(1) will raise an
1055 Pops two values off of the stack that must be numbers and compares them.
1060 If either or both of the values are not numbers, dc(1) will raise an
1069 If either or both of the values are not numbers, dc(1) will raise an
1076 Pops two values off of the stack that must be numbers and compares them.
1081 If either or both of the values are not numbers, dc(1) will raise an
1090 If either or both of the values are not numbers, dc(1) will raise an
1097 Pops two values off of the stack that must be numbers and compares them.
1102 If either or both of the values are not numbers, dc(1) will raise an
1111 If either or both of the values are not numbers, dc(1) will raise an
1244 Registers are names that can store strings, numbers, and arrays.
1421 print numbers without regard to line length and without backslashes and
1485 When parsing numbers and if this environment variable exists and
1493 This never applies to single\-digit numbers, as per the bc(1) standard