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