MacroUniverse

Results 8 issues of MacroUniverse

Hi, when I convert between different languages, the results are different even if they have exact correspondence (having the same index in the word list). Why is that? My example:...

When working on a tree, one might be interested to know if two nodes have the same board configurations, including same configuration after rotation, mirror flip, black/white exchange. Could you...

enhancement

Hi, could you add a function that initialize an arb variable from __float128 and __complex128 types that supported by GCC compiler? And also a function that converts back? I've experimented...

Hi, I used "apt-get" to install "libflint-arb-dev". However, it is not clear in the [documentation](http://arblib.org/#) how to use it. After hours of struggling, I found out I need something like...

Hi, will image be supported in hack.chat?

enhancement

Hi, I tried to build on 22.04 with my laptop with x86_64 11th generation intel cpu, but the library won't work on older machiens (Illegal Instruction error). After some research,...

Since there is a function `char * arf_get_str(const arf_t x, slong prec)`, it will be good to also define a function with the effect of ```c inline int arf_set_str(arf_t res,...

Hi, I was trying to bind an SQLite::Statement with `?` to the type `long long`, with member function `bind(1, i)`. But there's a compiler error, I had to cast the...