- 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 + ...
The x values.
The coefficients of the polynomial.
args[0] + args[1] * x + args[2] / 2 * x ** 2 + args[3] / 6 * x ** 3 + ...