Skip to content
Snippets Groups Projects
Commit 6331ed64 authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

Merge branch 'numeric'

parents 21dc14ae 7b23bdcc
No related branches found
No related tags found
No related merge requests found
YAT history file
1.21.1 (2024/04/16)
===================
1.21.2 (2024/07/dd)
===================
Fixes
class StringUtil
'to_string' method was buggy: convert small values to zero (0.00000)
class String
'from_num' method was buggy: convert small values to zero (0.00000)
-> see <yat/utils/String.h>
Additions
classes Float32 & Float64
Comparable floating point types with NaN support
-> see <yat/utils/Float.h>
1.21.1 (2024/04/16)
===================
Minor internal change related to atomic support
Starting with gcc 4.8 'atomic' type is defined in <atomic> header file
1.21.0 (2024/04/03)
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment