Table of Contents

Support & Reporting

ChebyshevSharp is a numerical library, so reports are most useful when they are small, reproducible, and explicit about the mathematical expectation.

Questions

For usage questions, start a GitHub Discussion and include:

  • What you are trying to approximate.
  • Which class you are using: ChebyshevApproximation, ChebyshevSpline, ChebyshevSlider, or ChebyshevTT.
  • A small code sample with domain and node counts.
  • The result you expected and the result you observed.

Bugs

Bug reports should include:

  • ChebyshevSharp version and .NET SDK version.
  • Operating system and CPU architecture.
  • Minimal runnable code.
  • Expected behavior, actual behavior, and exception text if any.

Numerical Accuracy

For accuracy reports, include the function, domain, node counts, construction method, tolerance, and reference value. If possible, say whether the same case matches PyChebyshev, NumPy Chebyshev routines, MoCaX, or another independent calculation.

Security

Do not open public issues for security problems. Follow the repository SECURITY.md file.