Lines Matching +full:end +full:- +full:of +full:- +full:conversion

2 .\"	The Regents of the University of California.  All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41 .Op Ar reps Op Ar begin Op Ar end Op Ar s
49 .Bl -tag -width indent
51 Generate random data instead of the default sequential data.
63 and right-adjusted representations
66 conversion specification inside
79 Print only as many digits or characters of the data
82 In the absence of
84 the precision is the greater of the precisions of
87 .Ar end .
92 conversion following
97 the number of data, the lower bound, the upper bound,
99 While at least one of them must appear,
100 any of the other three may be omitted, and
104 Any three of these arguments determines the fourth.
105 If four are specified and the given and computed values of
111 which assumes a default of 1 (or -1 if
114 .Ar end
131 .Ar end
146 and end values in the range of the random number generator function
147 and no format is specified with one of the
157 rounding or truncation will not skew the distribution of output
203 .Bd -literal -offset indent
213 By requesting an explicit precision of 1, the values generated before rounding
217 .Bd -literal -offset indent
218 $ jot -p 1 6 1 10 0.5
229 .Bd -literal -offset indent
230 $ jot -p 0 6 .9999999999 10 0.5
239 Another way of achieving the same result is to force truncation by
241 .Bd -literal -offset indent
242 $ jot -w %d 6 1 10 0.5
245 .Ex -std
248 .Dl jot - 1 10
252 .Dl jot 21 -1 1.00
254 prints 21 evenly spaced numbers increasing from -1 to 1.
258 .Dl jot -c 128 0
261 .Dl jot -w xa%c 26 a
263 while 20 random 8-letter strings are produced with
264 .Dl "jot -r -c 160 a z | rs -g 0 8"
269 .Dl jot -b yes 0
274 the result of
275 .Dl jot -w %ds/old/new/ 30 2 - 5
278 produced by truncating the output precision and a suitable choice of step size,
280 .Dl jot -w %d - 9.5 0 -.5
283 .Dl jot -b x 512 > block
287 .Dl expand -`jot -s, - 10 132 4`
290 .Dl grep `jot -s \&"\&" -b \&. 80`
293 .Bl -diag
295 The requested conversion format specifier for
297 was not of the form
298 .Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?
301 must be one of
305 .It "range error in conversion"
306 A value to be printed fell outside the range of the data type
309 More than one conversion format specifier has been supplied,