Home
last modified time | relevance | path

Searched refs:round (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dnumfmt.c739 enum scale_type scale, int group, enum round_type round) in double_to_human() argument
756 val = simple_round (val, round); in double_to_human()
789 val = simple_round (val, round); in double_to_human()
/coreutils/doc/
Dcoreutils.texi3395 r/@var{n} like @samp{l} but use round robin distribution
3527 Use the "r/" modifier to distribute lines in a round-robin fashion:
13181 @samp{/} => round down to multiple of
13182 @samp{%} => round up to multiple of
19087 @item --round=@var{method}
19088 @opindex --round
19089 @opindex --round=up
19090 @opindex --round=down
19091 @opindex --round=from-zero
19092 @opindex --round=towards-zero
[all …]
/coreutils/
DNEWS350 split -n now accepts piped input even when not in round-robin mode,