Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
a44bbab9
Commit
a44bbab9
authored
Jun 11, 2017
by
Billy Donahue
Committed by
GitHub
Jun 11, 2017
Browse files
Merge pull request #1113 from jorgehb/patch-1
Fixing float comparison broken link
parents
42bc671f
00ed9b56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/AdvancedGuide.md
googletest/docs/AdvancedGuide.md
+1
-1
No files found.
googletest/docs/AdvancedGuide.md
View file @
a44bbab9
...
...
@@ -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
provides assertions to do this. Full details about ULPs are quite long; if you
want to learn more, see
[
this article on float comparison
](
http://
www.cygnus-software.com/papers
/comparingfloat
s/comparingfloats.htm
)
.
[
this article on float comparison
](
http
s
://
randomascii.wordpress.com/2012/02/25
/comparing
-
float
ing-point-numbers-2012-edition/
)
.
### 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