Welcome!¶

  • Introduction
    • Python Project curves
    • Introduction
    • Documentation
    • Install
    • License
  • Tutorial
    • as Identity (eye)
    • as Constants
    • as Functions
    • as Variables
      • Compositions
      • Inplace Operations
      • Operators
    • Derivative
    • Integral
      • Plotting
  • API Documentation
    • Curve
      • Curve
      • init()
    • Plotting Curves
      • lin()
      • plot()
      • plotter()
    • Predefined Curves
      • exp()
      • log()
      • sin()
      • cos()
      • tan()
      • gamma()
      • e()
      • pi()
      • ramp()
      • step()
    • Numerical Operators
      • Integral
      • Derivative
    • Numerical Operations
      • finite_difference()
      • trapezoidal_rule()
      • quadrature()
      • integrate()
      • newton_raphson()
      • bisection_method()
      • secant_method()
      • solve()
    • Interpolations
      • fit()
      • plist
      • base_interpolation
      • flat
      • identity
      • no
      • zero
      • left
      • constant
      • right
      • nearest
      • linear
      • piecewise_linear
      • loglinear
      • loglinearrate
      • logconstantrate
      • base_extrapolation
      • extrapolation()
      • waterfall_extrapolation
      • waterfall()
  • Releases
    • Release 0.1.3
    • Release 0.1.2
    • Release 0.1.1
    • Release 0.1

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Curves

Navigation

  • Introduction
  • Tutorial
  • API Documentation
  • Releases

Related Topics

  • Documentation overview
    • Next: Introduction
©sonntagsgesicht. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source