DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

List Searching functions Endpoint Argument #34

Closed DK96-OS closed 2 years ago

DK96-OS commented 2 years ago

The list searching functions can have an endpoint argument with default value equal to the list size - 1.

A choice exists between whether to use inclusive or exclusive endpoint index.

_Originally posted by @DK96-OS in https://github.com/DK96-OS/MathTools/pull/32#discussion_r795601961_

DK96-OS commented 2 years ago

This is an easy feature to implement.