Add links to helpful external resources.
diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 55e03bf..d59296a 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -93,6 +93,10 @@
occasionally double-round an intermediate sum causing it to be off in its
least significant bit.
+ For further discussion and two alternative approaches, see the `ASPN cookbook
+ recipes for accurate floating point summation
+ <http://code.activestate.com/recipes/393090/>`_\.
+
.. function:: isinf(x)