Tcl Library Source Code

Check-in [a27334abbf]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Document the changes- root-find procedures
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a27334abbf15ac7f33ed6131b0dde059fab4502fa88723ac614b1241c127ce3f
User & Date: arjenmarkus 2022-06-05 11:01:17
Context
2022-09-05
13:20
Update textutil::wcswidth to latest unicode database. Bump to version 35.2. Tests added. Documentation added. check-in: 624dc483bc user: aku tags: trunk
2022-06-10
12:35
Fix for 935ac3b65b. Conflicting link definition for sha256 with MS C Leaf check-in: 3d04580503 user: apnadkarni tags: sha256-vc-fix
2022-06-05
11:01
Document the changes- root-find procedures check-in: a27334abbf user: arjenmarkus tags: trunk
10:59
Add root finding methods for one-dimensional functions (bisection, secant, Brent and Chandrupatla) check-in: 4c392b4878 user: arjenmarkus tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/math/ChangeLog.








1
2
3
4
5
6
7







2022-04-26  Arjen Markus <[email protected]>
	* figurate.tcl: Correct the implementation of various procedures (note: consistent handling of "no objects")
	* figurate.test: Correct the test cases
	* figurate.man: Add note about zero or less objects

2021-10-31  Arjen Markus <[email protected]>
	* figurate.tcl: Evaluate various "figurate" numbers (new package, ticket f8adb7a036)
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
2022-06-05  Arjen Markus <[email protected]>
	* rootfind.tcl: New file containing the new root-findng procedures
	* calculus.tcl: Add a "source" command for rootfind.tcl, bump version to 1.0
	* calculus.test: Add tests for the root-finding procedures
	* calculus.man: Description of the root-finding procedures
	* pkgIndex.tcl: Bump version to 1.0

2022-04-26  Arjen Markus <[email protected]>
	* figurate.tcl: Correct the implementation of various procedures (note: consistent handling of "no objects")
	* figurate.test: Correct the test cases
	* figurate.man: Add note about zero or less objects

2021-10-31  Arjen Markus <[email protected]>
	* figurate.tcl: Evaluate various "figurate" numbers (new package, ticket f8adb7a036)