LICENSE
README.md
pyproject.toml
src/chebax/__init__.py
src/chebax/pytensor.py
src/chebax.egg-info/PKG-INFO
src/chebax.egg-info/SOURCES.txt
src/chebax.egg-info/dependency_links.txt
src/chebax.egg-info/requires.txt
src/chebax.egg-info/top_level.txt
src/chebax/_src/__init__.py
src/chebax/_src/algorithms.py
src/chebax/_src/generate.py
src/chebax/_src/pytree.py
src/chebax/_src/series.py
src/chebax/_src/recipes/__init__.py
src/chebax/_src/recipes/_common.py
src/chebax/_src/recipes/_gen_common.py
src/chebax/_src/recipes/besseli.py
src/chebax/_src/recipes/besseli_gen.py
src/chebax/_src/recipes/besseli_table.py
src/chebax/_src/recipes/besselj.py
src/chebax/_src/recipes/besselj_gen.py
src/chebax/_src/recipes/besselj_table.py
src/chebax/_src/recipes/besselj_table_ext.py
src/chebax/_src/recipes/besselk.py
src/chebax/_src/recipes/besselk_gen.py
src/chebax/_src/recipes/besselk_table.py
src/chebax/_src/recipes/bessely.py
src/chebax/_src/recipes/bessely_gen.py
src/chebax/_src/recipes/bessely_table.py
src/chebax/_src/recipes/betainc.py
src/chebax/_src/recipes/betainc_gen.py
src/chebax/_src/recipes/betainc_table.py
src/chebax/_src/recipes/erf_family.py
src/chebax/_src/recipes/erf_gen.py
src/chebax/_src/recipes/erf_table.py
src/chebax/_src/recipes/lambertw.py
src/chebax/_src/recipes/quantiles.py
src/chebax/_src/recipes/spherical.py
src/chebax/_src/recipes/vonmises.py
src/chebax/_src/recipes/vonmises_gen.py
src/chebax/_src/recipes/vonmises_table.py
src/chebax/bake/__init__.py
src/chebax/bake/_jaxpr_emit.py
tests/test_bake.py
tests/test_besseli.py
tests/test_besselj.py
tests/test_besselj_m3.py
tests/test_besselk.py
tests/test_bessely.py
tests/test_betainc.py
tests/test_erf_family.py
tests/test_lambertw.py
tests/test_m1.py
tests/test_pytensor_plugin.py
tests/test_quantiles.py
tests/test_spherical.py
tests/test_vonmises.py