diff options
author | jorgehb <hernandezbravojorgeluis@gmail.com> | 2017-06-08 14:01:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 14:01:55 (GMT) |
commit | 00ed9b566ee206bb6935dd4e719e276edc7cf927 (patch) | |
tree | 7f40bcb28ff15eeb5486b246e9d0b117eec3d25a /googletest | |
parent | 42bc671f47b122fad36db5eccbc06868afdf7862 (diff) | |
download | googletest-00ed9b566ee206bb6935dd4e719e276edc7cf927.zip googletest-00ed9b566ee206bb6935dd4e719e276edc7cf927.tar.gz googletest-00ed9b566ee206bb6935dd4e719e276edc7cf927.tar.bz2 |
Fixing float comparison broken linkrefs/pull/1113/head
Updating the link with a valid one. The old one was considered obsolete by the publisher.
Diffstat (limited to 'googletest')
-rw-r--r-- | googletest/docs/AdvancedGuide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md index 93a6520..6c25db8 100644 --- a/googletest/docs/AdvancedGuide.md +++ b/googletest/docs/AdvancedGuide.md @@ -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/comparingfloats/comparingfloats.htm). +[this article on float comparison](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/). ### Floating-Point Macros ### |