README.md
pyproject.toml
src/chuk_mcp_math/__init__.py
src/chuk_mcp_math/advanced_operations.py
src/chuk_mcp_math/constants.py
src/chuk_mcp_math/conversion.py
src/chuk_mcp_math/mcp_decorator.py
src/chuk_mcp_math/mcp_pydantic_base.py
src/chuk_mcp_math/sequences.py
src/chuk_mcp_math.egg-info/PKG-INFO
src/chuk_mcp_math.egg-info/SOURCES.txt
src/chuk_mcp_math.egg-info/dependency_links.txt
src/chuk_mcp_math.egg-info/requires.txt
src/chuk_mcp_math.egg-info/top_level.txt
src/chuk_mcp_math/arithmetic/__init__.py
src/chuk_mcp_math/arithmetic/comparison/__init__.py
src/chuk_mcp_math/arithmetic/comparison/extrema.py
src/chuk_mcp_math/arithmetic/comparison/relational.py
src/chuk_mcp_math/arithmetic/comparison/tolerance.py
src/chuk_mcp_math/arithmetic/core/__init__.py
src/chuk_mcp_math/arithmetic/core/basic_operations.py
src/chuk_mcp_math/arithmetic/core/modular.py
src/chuk_mcp_math/arithmetic/core/rounding.py
src/chuk_mcp_math/calculus/__init__.py
src/chuk_mcp_math/calculus/derivatives.py
src/chuk_mcp_math/calculus/integration.py
src/chuk_mcp_math/calculus/root_finding.py
src/chuk_mcp_math/cli/__init__.py
src/chuk_mcp_math/cli/main.py
src/chuk_mcp_math/geometry/__init__.py
src/chuk_mcp_math/geometry/distances.py
src/chuk_mcp_math/geometry/intersections.py
src/chuk_mcp_math/geometry/shapes.py
src/chuk_mcp_math/linear_algebra/__init__.py
src/chuk_mcp_math/linear_algebra/matrices/__init__.py
src/chuk_mcp_math/linear_algebra/matrices/operations.py
src/chuk_mcp_math/linear_algebra/matrices/solvers.py
src/chuk_mcp_math/linear_algebra/vectors/__init__.py
src/chuk_mcp_math/linear_algebra/vectors/geometric.py
src/chuk_mcp_math/linear_algebra/vectors/norms.py
src/chuk_mcp_math/linear_algebra/vectors/operations.py
src/chuk_mcp_math/linear_algebra/vectors/projections.py
src/chuk_mcp_math/number_theory/__init__.py
src/chuk_mcp_math/number_theory/advanced_primality.py
src/chuk_mcp_math/number_theory/advanced_prime_patterns.py
src/chuk_mcp_math/number_theory/arithmetic_functions.py
src/chuk_mcp_math/number_theory/basic_sequences.py
src/chuk_mcp_math/number_theory/combinatorial_numbers.py
src/chuk_mcp_math/number_theory/continued_fractions.py
src/chuk_mcp_math/number_theory/digital_operations.py
src/chuk_mcp_math/number_theory/diophantine_equations.py
src/chuk_mcp_math/number_theory/divisibility.py
src/chuk_mcp_math/number_theory/egyptian_fractions.py
src/chuk_mcp_math/number_theory/farey_sequences.py
src/chuk_mcp_math/number_theory/figurate_numbers.py
src/chuk_mcp_math/number_theory/iterative_sequences.py
src/chuk_mcp_math/number_theory/mathematical_constants.py
src/chuk_mcp_math/number_theory/mobius_inversion.py
src/chuk_mcp_math/number_theory/modular_arithmetic.py
src/chuk_mcp_math/number_theory/number_systems.py
src/chuk_mcp_math/number_theory/partitions.py
src/chuk_mcp_math/number_theory/primes.py
src/chuk_mcp_math/number_theory/recursive_sequences.py
src/chuk_mcp_math/number_theory/sieve_algorithms.py
src/chuk_mcp_math/number_theory/special_number_categories.py
src/chuk_mcp_math/number_theory/special_primes.py
src/chuk_mcp_math/number_theory/wilsons_theorem_bezout.py
src/chuk_mcp_math/numerical/__init__.py
src/chuk_mcp_math/numerical/interpolation.py
src/chuk_mcp_math/numerical/optimization.py
src/chuk_mcp_math/numerical/series.py
src/chuk_mcp_math/probability/__init__.py
src/chuk_mcp_math/probability/discrete_distributions.py
src/chuk_mcp_math/probability/distributions.py
src/chuk_mcp_math/statistics/__init__.py
src/chuk_mcp_math/statistics/descriptive.py
src/chuk_mcp_math/statistics/inference.py
src/chuk_mcp_math/timeseries/__init__.py
src/chuk_mcp_math/timeseries/analysis.py
src/chuk_mcp_math/trigonometry/__init__.py
src/chuk_mcp_math/trigonometry/angle_conversion.py
src/chuk_mcp_math/trigonometry/applications.py
src/chuk_mcp_math/trigonometry/basic_functions.py
src/chuk_mcp_math/trigonometry/hyperbolic.py
src/chuk_mcp_math/trigonometry/identities.py
src/chuk_mcp_math/trigonometry/inverse_functions.py
src/chuk_mcp_math/trigonometry/inverse_hyperbolic.py
src/chuk_mcp_math/trigonometry/wave_analysis.py
tests/test_inference.py
tests/test_init.py
tests/test_interpolation.py
tests/test_mcp_decorator.py
tests/test_mcp_pydantic_base.py
tests/test_mcp_pydantic_fallback.py
tests/test_optimization.py
tests/test_phase1.py
tests/test_phase2_geometry.py
tests/test_probability_v2.py
tests/test_series.py
tests/test_timeseries.py