adic-shape 0.1.2

Visualizing p-adic numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
svg .tree-path {
    fill: transparent;
    stroke: var(--tree-path, black);
    stroke-width: 0.3;
}

svg .gold-path {
    fill: transparent;
    stroke: var(--gold-path, darkorange);
    stroke-width: 0.5;
}