aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/float_math.hpp
Commit message (Expand)AuthorAgeFilesLines
* math: extract arithmetic types, i.e. integral + floating point types to base_...Sven Göthel2024-04-151-39/+57
* math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma...Sven Göthel2024-04-131-0/+31
* math: float_math.hpp: Fix API doc: Use correct float_iec559_* literal value n...Sven Göthel2024-04-131-39/+39
* math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...Sven Göthel2024-04-131-17/+351
* float_math: Simplify by dropping subnormal limit, rename {machine_->}equal{->...Sven Göthel2024-04-101-15/+67
* Add math.hpp: `enum class math_error_t` (math_errhandling) -> MathError and s...Sven Göthel2024-02-261-1/+1
* ClangTidy: Misc fixes: Use override, conversion, nullptr, c-includes, default...Sven Gothel2022-11-211-1/+2
* Bump v0.9.3; Group {Integral->Integer}, refine group title and list all in RE...v0.9.3Sven Gothel2022-05-021-2/+2
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+7
* Add float_math.hpp for epsilon comparison; Test cleanupSven Gothel2020-12-231-0/+111