pihex 0.1.4

Arbitrary place hexadecimal digits viewer of pi written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
#compdef pihex

_pihex()
{
  _arguments -C \
    '(--formula)'--formula'=-[Formula to use (default: bbp)]:formula name:(bbp bellard)' \
    '(-V --version)'{-V,--version}'[Prints version information]' \
    '(-h --help)'{-h,--help}'[Prints help information]' \
    && ret=0
}