-
Ie. a distance of `1,000,000` fits into `i32`, but squared it will not. Maybe have an associated type for the return value, defaulting to `Point::Scalar`?
-
I stumbled upon a quite weird bug concerning the ranging of the y-axis of the Plotter ManagedWindow.
Consider the Following MWE which is the Random number procedure with two additional booleans wh…
-
It is about 6 dB down until ``fc`` and 0 dB above ``fc``, when ``Lpi`` is 0 dB.
Measured using japa and faust 2.5.21 running this code:
```
import("stdfaust.lib");
process =
// DeEsser_N_chan…
-
Hey!
Thanks for the tool.
I want to use elm-verify-examples to test a function that returns a float. It seems impossible to test equality of floating point numbers, even if they are strictly eq…
-
`delsarte_bound_additive_hamming_space` should be guarded, using epsilons, against floating point fuzz that will appear with numerical solvers and even the GLPK exact solver because of the nature of…
-
Right now there is a confusing mismatch between different ocean module working with timer events. For example, `ocean.io.select.client.TimerEvent` works with "seconds + milliseconds" pair but `ocean.i…
-
### Background and motivation
Currently, it is difficult in .NET to compare equality of DateTime(Offset) when parts need to be ignored, such as milliseconds and seconds. Check this [Stack Overflow …
-
I am wondering what the interest is in **Civilian Calendar functions** (Starting with Proleptic Gregorian Calendar and ISO-8601 support but open to other calendar systems) ? I think that a _basic_ im…
-
Numeric inputs are one of the most common and fundamental forms of user interaction in a dashboard or application. Bokeh offers Slider, Spinner, and TextInput widgets that allow specifying numeric v…
-
This would allow calling `round(array)`. While this would certainly be equivalent to `np.round(array)`, a similar feature is already there with `abs(array)` (which calls `__abs__`) and `np.abs(array)…