Computer Science, asked by Thespecialist3105, 8 days ago

Explain the various types of built-in functions in ESS???

Plz answer who know the answer....

Who answer not regarding to the question they are MAD!!!!

Answers

Answered by tejasgoelstine
10

Answer:

The sum(), product() and power() functions are the three mathematical functions, max() and min() functions are the statistical functions. The sum() function is used to find the total. For example, = sum(2, 5, 7) then the output is 14.

Explanation:

Please Mark me as the Brainliest.

Answered by Hansika4871
24

The various types of built-in functions in ESS are as follows:

  1. Sum(): It is used to find the addition for a range of cells. For example, Sum(A1:A20)  
  2. Product(): It calculates the multiplication of values in the specified cells. For example, Product(B1:B5).
  3. Max(): It finds the maximum element in the range of cells or sequence of values. For example, Max( 10, 20, 11, 45, 30) which will give 45 as the output.  
  4. Min(): It finds the minimum element in the range of cells or sequence of values. For example, Min(10, 20, 11x, 45, 5, 30) which will give 5 as the output.
  5. Power(): The exponents are found using the power function. For example, Power(2, 4) yields 16.
Similar questions