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 3.0.0 documentation
Boring Math - Special Functions 3.0.0 documentation

Overview

  • boring-math-special-functions

User Documentation

  • Usage
  • PyPI releases
  • Changelog

API Documentation

  • Special Functions
    • Real trig functions (x=0)
    • Real trig functions
    • Complex trig functions (z = 0)
    • Complex trig functions
    • Exponential functions
    • Gamma function
Back to top
View this page

Special FunctionsΒΆ

Real Trig Functions

  • Real trig functions (x=0)
    • sin0()
    • cos0()
    • tan0()
  • Real trig functions
    • sin()
    • cos()
    • tan()

Complex Trig Functions

  • Complex trig functions (z = 0)
    • csin0()
    • ccos0()
    • ctan0()
  • Complex trig functions
    • csin()
    • ccos()
    • ctan()

Exponential Functions

  • Exponential functions
    • exp0()
    • exp()
    • cexp0()
    • cexp()

Gamma Function

  • Gamma function
    • gamma()
    • gamma_real()
Next
Real trig functions (x=0)
Previous
Changelog
Copyright © 2025-2026, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo