pihex 0.1.7

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

_pihex()
{
  _arguments -S \
    '--formula=[Formula to use]:formula name:((
      bbp\:"Bailey-Borwein-Plouffe formula (default)"
      bellard\:"Bellard'\''s formula"))' \
    '1: :_guard "^-*" "place of digits (default: 0)"' \
    '(- 1 *)'{-V,--version}'[Prints version information]' \
    '(- 1 *)'{-h,--help}'[Prints help information]'
}