Releases: yahya-mohammed07/Kraken
Releases · yahya-mohammed07/Kraken
v7.1.0
It's been a while...
Tested on GCC13 and fixed catch2 issues
What's Changed
- error the value of stdis integral vauto requires is intplaceholder by @yahya-mohammed07 in #7
- FIX: catch2 MINSIGSTKSZ error by @yahya-mohammed07 in #8
New Contributors
- @yahya-mohammed07 made their first contribution in #7
Full Changelog: v7.0.7...v7.1.0
v7.0.7
Just removed pow_container
function and changed the coding format to standard clangd
.
v7.0.5
In this release I removed redundant inline
s, added special cases for some functions, modified matrix_
class and added median()
function that handles both odd and even container sizes.
v7.0.0
This release comes with major changes and bug fixes + several new handy functions like:-
bit_cast
gamma
beta
sign
- improved
abs
ones_complement
twos_complement
exp
enjoy.
v5.4.8
1- symbolic constants had been replaced with alphabetical ones
2- frac()
function has been improved
3- modf()
function added
v5.2.1
Trigonometry functions were added with new other useful functions.
v4.6.8
several changes and improvements
v3.5.8
TESTS on comparing `floats` and `doubles`
v2.7.8
more tests on comparing numbers with `decimal point`
v2.2.2
tests about `floating-point` comparing functions added