.editorconfig
.gitignore
.pre-commit-config.yaml
MANIFEST.in
Makefile
README.md
noxfile.py
pyproject.toml
setup.py
uv.lock
.github/actions/download-dist/action.yml
.github/actions/setup/action.yml
.github/workflows/pr.yml
.github/workflows/release.yml
benchmarks/bench_brentq.py
scripts/smoke.py
src/cybrentq/__init__.py
src/cybrentq/_brentq.c
src/cybrentq/_brentq.pyi
src/cybrentq/_brentq.pyx
src/cybrentq/_version.py
src/cybrentq/py.typed
src/cybrentq.egg-info/PKG-INFO
src/cybrentq.egg-info/SOURCES.txt
src/cybrentq.egg-info/dependency_links.txt
src/cybrentq.egg-info/top_level.txt
tests/conftest.py
tests/test_against_scipy.py
tests/test_basic.py
tests/test_performance.py