Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Boring Math - Special Functions 5.0.0 documentation
Boring Math - Special Functions 5.0.0 documentation

Overview

  • boring-math-special-functions

User Documentation

  • Description
  • Usage
  • PyPI releases
  • Changelog

API Documentation

  • Special Functions
    • Mathematical Constants
    • Exponential module
      • Exponential functions
    • Trigonometry module
      • Real trig functions
      • Complex trig functions
    • Gamma family module
      • Gamma function
      • Beta function
Back to top
View this page

Gamma family module¶

Gamma family of functions¶

Gamma and other related functions

Implementations for complex and real valued gamma and beta functions.

TODO: Implement the digamma and Riemann zeta functions.

Gamma function module

  • Gamma function
    • gamma()
    • gamma_real()

Beta function module

  • Beta function
    • beta()
    • beta_real()
Next
Gamma function
Previous
Complex trig functions
Copyright © 2025-2026, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo
On this page
  • Gamma family module
    • Gamma family of functions