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]

Parameters:
xNone

The x values.

argsNone

The coefficients of the polynomial.

Returns:
outNone

args[0] + args[1] * x + args[2] / 2 * x ** 2 + args[3] / 6 * x ** 3 + ...

API navigation