Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Y
YAT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
YAT
Commits
7b23bdcc
Commit
7b23bdcc
authored
Jul 9, 2024
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
New classes Float32 and Float64
parent
71dbf656
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.txt
+20
-0
20 additions, 0 deletions
ReleaseNotes.txt
include/yat/utils/Float.h
+717
-0
717 additions, 0 deletions
include/yat/utils/Float.h
with
737 additions
and
0 deletions
ReleaseNotes.txt
+
20
−
0
View file @
7b23bdcc
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.
Click to expand it.
include/yat/utils/Float.h
0 → 100644
+
717
−
0
View file @
7b23bdcc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment