sum
Last updated
Last updated
sum() function is the Standard function available in 200OK.
Description : The sum function computes the sum of the given numbers xxx, yyy, and zzz, providing the total as the output.
Syntax :fx_sum()
Example : fx_sum(1,2,3) it sum the values and returns the value 6.
Here we go with simple scenario using the above function.
Scenario : In a budgeting application, a user is tracking their monthly expenses across different categories such as groceries, utilities, and entertainment. They utilize the fx_sum function to compute the total monthly expenses by summing up the amounts spent in each category, providing them with an overview of their overall spending.
Request Side :
Response Side :