From 803875722c9cd9c18f13a7b4217d9274aeeacad7 Mon Sep 17 00:00:00 2001
From: Liam Healy <liam@thinkpad.local>
Date: Sat, 17 Apr 2010 14:00:50 -0400
Subject: [PATCH] Fix example of jacobian-elliptic-functions

---
 documentation/index.html | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/documentation/index.html b/documentation/index.html
index 1ffd7555..b89addaf 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -69,14 +69,11 @@ on the status of some incomplete topics.
 0.19762082367187703d0
 0.9802785369736752d0
 0.9840560289645665d0
-1.828927267118668d-318
-1.4821969375237396d-321
-2.023692885365746d-320
 </pre>
-<p>which returns as multiple values the three function values, along
-with the estimated errors of each.  The functions are defined
-only if the second argument <i>m</i> is not greater than 1,
-so an error is signalled if this parameter is out of range:
+<p>which returns as multiple values the three function values.  The
+functions are defined only if the second argument <i>m</i> is not
+greater than 1, so an error is signalled if this parameter is out of
+range:
 <pre>
 (jacobian-elliptic-functions 0.61802d0 1.5d0)
 Input domain error |m| > 1.0 in elljac.c at line 46
@@ -474,7 +471,7 @@ and arrays used internally or for function return.
 <!-- Created: Feb 25 2005 -->
 <!-- hhmts start -->
 <small>
-Time-stamp: <2009-12-27 09:41:56EST index.html>
+Time-stamp: <2010-04-17 14:00:08EDT index.html>
 </small>
 <!-- hhmts end -->
  </div>
-- 
GitLab