function meanimport { mean } from "https://deno.land/x/rambda@9.2.1/mod.ts"; mean(list: number[]): numberIt returns the mean value of list input. It returns the mean value of list input. Parameterslist: number[]Returnsnumber