Skip to content

Commit 935e0f9

Browse files
Correct a typo in the description of the elliptic function dn (K.Koehler)
1 parent 4f64b3d commit 935e0f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/math/ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-11-15 Arjen Markus <[email protected]>
2+
* elliptic.tcl: Correct the description of dn (pers.comm. K. Koehler)
3+
14
2024-01-21 Arjen Markus <[email protected]>
25
* statistics.test: Correct mistake with srand function (pers.comm. A. Kupries)
36

modules/math/elliptic.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ proc ::math::special::sn { u k } {
188188
}
189189

190190
# dn --
191-
# Compute the elliptic function sn
191+
# Compute the elliptic function dn
192192
#
193193
# Arguments:
194194
# u Independent variable

0 commit comments

Comments
 (0)