Skip to content
Snippets Groups Projects
Commit 80387572 authored by Liam Healy's avatar Liam Healy
Browse files

Fix example of jacobian-elliptic-functions

parent 6e873c15
No related branches found
No related tags found
No related merge requests found
...@@ -69,14 +69,11 @@ on the status of some incomplete topics. ...@@ -69,14 +69,11 @@ on the status of some incomplete topics.
0.19762082367187703d0 0.19762082367187703d0
0.9802785369736752d0 0.9802785369736752d0
0.9840560289645665d0 0.9840560289645665d0
1.828927267118668d-318
1.4821969375237396d-321
2.023692885365746d-320
</pre> </pre>
<p>which returns as multiple values the three function values, along <p>which returns as multiple values the three function values. The
with the estimated errors of each. The functions are defined functions are defined only if the second argument <i>m</i> is not
only if the second argument <i>m</i> is not greater than 1, greater than 1, so an error is signalled if this parameter is out of
so an error is signalled if this parameter is out of range: range:
<pre> <pre>
(jacobian-elliptic-functions 0.61802d0 1.5d0) (jacobian-elliptic-functions 0.61802d0 1.5d0)
Input domain error |m| > 1.0 in elljac.c at line 46 Input domain error |m| > 1.0 in elljac.c at line 46
...@@ -474,7 +471,7 @@ and arrays used internally or for function return. ...@@ -474,7 +471,7 @@ and arrays used internally or for function return.
<!-- Created: Feb 25 2005 --> <!-- Created: Feb 25 2005 -->
<!-- hhmts start --> <!-- hhmts start -->
<small> <small>
Time-stamp: <2009-12-27 09:41:56EST index.html> Time-stamp: <2010-04-17 14:00:08EDT index.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment