mir-algorithm icon indicating copy to clipboard operation
mir-algorithm copied to clipboard

Dlang Core Library

Results 36 mir-algorithm issues
Sort by recently updated
recently updated
newest added

I am using mir as a submodule in a meson project and build it with ninja. This happens to me every time I run ninja: ``` ninja -d explain ninja...

In the process of building Mir Algorithm's unittests, I'm frequently running into situations where `dub` exits with `-9` (indicating that my system has run out of memory). After further examination,...

Why does `dub test --build=unittest` under mir-algorithm fail locally on Linux as ```source/mir/math/stat.d(109,5): Error: static assert: `is(statType!(Foo, true) == Complex!float)` is false``` ?

ATM, there is no way for me to implement #373 as I require some way to divide a `BigInt` by another `BigInt`. @9il, could you implement this?

- Algorithm M can be found at https://www.researchgate.net/publication/2295884_How_to_Read_Floating_Point_Numbers_Accurately. It is the simplest one. We don't need any other features from this paper or any other algorithm. Exactly AlgorithmM. Don't need...

While trying to implement #369, I was trying to use `bitpack` in a behavior that would be equivalent to this: ```d ubyte[] data = cast(ubyte[])['A', 'B', 'C']; auto grouped =...

Having a chunkBy function for nogc would be great.

I'm missing template restrictions in `mir.format` that verifies abilities (typically presence of fields and members and their respective types) of `W`. I just checked `std.format` at it also is missing...

Example: `3.0000000000000004e-1` should be just `0.30000000000000004`

I try cross build from linux for `-mtriple=x86_64-w64-mingw32`, get this error: ```d mir-algorithm/source/mir/format_impl.d(19): Error: template mir.math.common.copysign cannot deduce function from argument types !()(int, real), candidates are: mir-core/source/mir/math/common.d(201): copysign(T)(in T mag,...