Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
96977463
Commit
96977463
authored
Nov 03, 2016
by
Jérémie Delaitre
Committed by
GitHub
Nov 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the link to the float comparison article
As explained on the previous link, the article has been rewritten and moved.
parent
3447fc31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AdvancedGuide.md
googletest/docs/AdvancedGuide.md
+1
-1
No files found.
googletest/docs/AdvancedGuide.md
View file @
96977463
...
@@ -306,7 +306,7 @@ carefully choose the error bound. If they don't want or care to, comparing in
...
@@ -306,7 +306,7 @@ carefully choose the error bound. If they don't want or care to, comparing in
terms of Units in the Last Place (ULPs) is a good default, and Google Test
terms of Units in the Last Place (ULPs) is a good default, and Google Test
provides assertions to do this. Full details about ULPs are quite long; if you
provides assertions to do this. Full details about ULPs are quite long; if you
want to learn more, see
want to learn more, see
[
this article on float comparison
](
http
://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm
)
.
[
this article on float comparison
](
http
s://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/
)
.
### Floating-Point Macros ###
### Floating-Point Macros ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment