Skip to main content
Workday User Guide
Last Updated: 2023-06-23
SERIESSUM

SERIESSUM

Description

Returns the sum of a power series.

Syntax

SERIESSUM(
value
,
initial_power
,
step_size
,
coefficients
)
  • value
    : The value for the power series.
  • initial_power
    : The initial power to raise the value to.
  • step_size
    : The step size to increase the initial power by, for each successive power of the input value.
  • coefficients
    : The set of coefficients to multiply each successive power of the input value by.