changelog
- Tue, 17 Sep 2024 23:29:12 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 17 Sep 2024 23:29:12 +0200] rev 886
- also add a binary search for the supremum
relates to #424
- Tue, 17 Sep 2024 23:19:03 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 17 Sep 2024 23:19:03 +0200] rev 885
- fixes incorrect result from cx_array_binary_search() when searched element is smaller than the entire array
relates to #424
- Tue, 17 Sep 2024 23:11:17 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 17 Sep 2024 23:11:17 +0200] rev 884
- add cx_array_binary_search() - fixes #424