min
Last updated
Last updated
min() function is the Standard function available in 200OK.
Description : The min function returns the smallest number from a provided list of input values.
Syntax : fx_min ()
Example : fx_min(1,2,4,7,5) it checks the min value returns 1.
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 :