aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src/std/numeric.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/src/std/numeric.d')
-rw-r--r--libphobos/src/std/numeric.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/src/std/numeric.d b/libphobos/src/std/numeric.d
index 96d20c2..df7ac39 100644
--- a/libphobos/src/std/numeric.d
+++ b/libphobos/src/std/numeric.d
@@ -1124,8 +1124,8 @@ public:
*
* References: "On Enclosing Simple Roots of Nonlinear Equations",
* G. Alefeld, F.A. Potra, Yixun Shi, Mathematics of Computation 61,
- * pp733-744 (1993). Fortran code available from $(HTTP
- * www.netlib.org,www.netlib.org) as algorithm TOMS478.
+ * pp733-744 (1993). Fortran code available from
+ * $(HTTP www.netlib.org,www.netlib.org) as algorithm TOMS478.
*
*/
T findRoot(T, DF, DT)(scope DF f, const T a, const T b,