diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-25 19:54:07 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-25 19:54:07 +0200 |
commit | e7df7131092924b2d4ef1f41bac3d03affa9485b (patch) | |
tree | 48326fff7a17e443e2c14eacb3e7339420bf6f5c /doc/gawktexi.in | |
parent | b334ca8db1959020a9e35865c78ce81b829b48a9 (diff) | |
download | egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.gz egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.bz2 egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.zip |
Fix another bad URL.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index b366f0d1..dfa8cc03 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -30099,7 +30099,7 @@ When asked about the algorithm used, Katie replied: @quotation It's not that well known but it's not that obscure either. It's Euler's modification to Newton's method for calculating pi. -Take a look at lines (23) - (25) here: @uref{http://mathworld.wolfram.com/PiFormulas.htm}. +Take a look at lines (23) - (25) here: @uref{http://mathworld.wolfram.com/PiFormulas.html}. The algorithm I wrote simply expands the multiply by 2 and works from the innermost expression outwards. I used this to program HP calculators |