This function allows multiplying a series of numbers by a constant, providing a simple and efficient way to scale numerical data. Users can input a series of values and a constant, and the function will calculate the resulting series multiplied by the constant value.
Parameter | Default Units | Description |
---|---|---|
x | - | Input series values (numbers) |
c | - | Constant by which the series will be multiplied (number) |
c*x | - | Output series after multiplication |