4 lines
68 B
Text
4 lines
68 B
Text
func mean(x) {
|
|
if(is_void(x)) return 0;
|
|
return x(*)(avg);
|
|
}
|