11 个版本

0.2.1 2022 年 1 月 17 日
0.2.0 2022 年 1 月 17 日
0.1.14 2022 年 1 月 17 日
0.1.11 2020 年 12 月 30 日

#2465 in 命令行工具


hcal 中使用

MIT 许可证

215KB
10K SLoC

cbb

基数转换器

示例

cbb 20 -t 8 -> 24

cbb -b 3 -> 0+--

用法

$ cbb -h
A converter for numbers

USAGE:
    cbb [FLAGS] [OPTIONS] <number>

ARGS:
    <number>    Sets the number

FLAGS:
    -b, --balanced-ternary    Converts decimal to balanced ternary
    -h, --help                Prints help information
    -V, --version             Prints version information

OPTIONS:
    -t, --to <base>    Sets the target base.

依赖项

~2MB
~33K SLoC