Simon Anders
Results
2
issues of
Simon Anders
Hi Would it be difficult to the following functionality? Given an `IntervalTree{K,V}` and a position `x` (i.e., a value x of type K), return iterators generating 1. the intervals following...
The default parameter `digits=4` can cause quite unexpected behaviour. In the following example, we lose 2e-5, which is made zero, while both the larger and smaller numbers stay intact. ```...