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/geometry.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/statistics.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/math/__init__.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/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