Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.analyze.poly  (  x * args  )[source]

A polynomial $$f(x) = \sum\limits_{k=0}^n \frac{a_k}{k!}x^k$$ of order n = len(args) with coefficients args.

Parameters:
xNone

The $x$ values.

argsNone

The coefficients of the polynomial $a_k$.

Returns:
yNone

The function value $f(x)$.

API navigation