Model 4200A-SCS Parameter Analyzer Reference Manual Section 6: Clarius4200A-901-01 Rev. C / February 2017 6-277AVERAGE Calc worksheet functionThis command returns the average of the supplied numbers.UsageAVERAGE(Value_list)Value_list A list of numbers separated by commas or a range of number-containing cells in theCalc worksheetDetailsYou can average as many as 30 numbers. Text, logical expressions, or empty cells in a cell range areignored. All numeric values are used, including 0.The result of AVERAGE is also known as the arithmetic mean.Example=AVERAGE(5, 6, 8, 14)=AVERAGE(C15:C17)Returns 8.2500E+0.AVERAGE(C15:C17) returns the average of thevalues in cells C15 through C17 of the Calc tab.Also seeMAX (on page 6-285)MIN (on page 6-286)COS Calc worksheet functionThis command returns the cosine of an angle.UsageCOS(Value)Value The angle in radiansDetailsIf the angle is in degrees, convert the angle to radians by multiplying it by PI()/180.Example=COS(1.4444)=COS(5)Returns 126.0600E-3.Returns 283.6622E-3.Also seeACOS (on page 6-273)ASINH (on page 6-275)ATANH (on page 6-276)COSH (on page 6-278)PI (on page 6-289)