special 0.1.6

The library provides special functions.
docs.rs failed to build special-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: special-0.10.3

Special Functions Build Status

The library provides special functions and currently includes:

  • erf — the error function,
  • erfc — the complementary error function,
  • inc_beta — the incomplete beta function,
  • inv_inc_beta — the inverse of the incomplete beta function,
  • ln_beta — the natural logarithm of the beta function, and
  • ln_gamma — the natural logarithm of the gamma function.

Documentation

Acknowledgments

The code is based on libm and the work of John Burkardt.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Create a pull request.