Lines Matching +full:step +full:- +full:down
49 .Bl -tag -width indent
63 and right-adjusted representations
98 and the step size or, for random data, the seed.
111 which assumes a default of 1 (or -1 if
203 .Bd -literal -offset indent
215 The .5 values are rounded down if the integer part is even,
217 .Bd -literal -offset indent
218 $ jot -p 1 6 1 10 0.5
228 command are always rounded down:
229 .Bd -literal -offset indent
230 $ jot -p 0 6 .9999999999 10 0.5
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
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
298 .Dl %[#][ ][{+,-}][0-9]*[.[0-9]*]?