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

New classes Float32 and Float64

parent 71dbf656
No related branches found
No related tags found
No related merge requests found
YAT history file
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
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