Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce... | Sven Göthel | 2024-05-19 | 1 | -1/+1 |
* | Naming: Free (enum) types: lower case + '_t' (endian_t, lb_endian_t, os_type_... | Sven Göthel | 2024-05-12 | 1 | -9/+9 |
* | math_error.hpp: Move to jau::math, which also fixed the (doxygen) Math Group ... | Sven Göthel | 2024-04-30 | 1 | -3/+3 |
* | math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf... | Sven Göthel | 2024-04-13 | 1 | -29/+29 |
* | Restructure big_int_t -> big_int, jau/math.hpp -> jau/math/math_error.hpp (Re... | Sven Göthel | 2024-04-10 | 1 | -33/+30 |
* | big_int_t: Fix & test free math function wrapper (min, max, clamp ..) | Sven Göthel | 2024-03-02 | 1 | -16/+46 |
* | big_int_t: Add to group Integer, encoding doc; Add mod_pow(), hex- & dec-stri... | Sven Göthel | 2024-03-02 | 1 | -5/+106 |
* | Generalize test_big_int01 for 32bit and 64bit mp_word_t size tests | Sven Göthel | 2024-03-02 | 1 | -0/+140 |