Commit f5e3cae
committed
The motivation is to have some local consistency between the definitions of `Circle` and `Complex.UnitDisc`. At the moment, there is a mild style inconsistency since `Circle` uses `Submonoid.unitSphere` whereas `Complex.UnitDisc` uses a raw `Metric.ball`.
The background is that we are about to add `Complex.closedUnitDisc` and so the question arose about which pattern to follow. I decided that we should follow `Circle` and bring `Complex.UnitDisc` in line.
1 parent 6691654 commit f5e3cae
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments