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

Trigonometry module¶

Trigonometric Functions¶

Trigonometric related functions

Implementations for complex and real valued trigonometric functions and their inverses.

Real Trig Functions

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

Complex Trig Functions

  • Complex trig functions
    • csin0()
    • ccos0()
    • ctan0()
    • csin()
    • ccos()
    • ctan()
Next
Real trig functions
Previous
Exponential functions
Copyright © 2025-2026, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo
On this page
  • Trigonometry module
    • Trigonometric Functions