fun g = (1-x)^(x); fun f = x^2; fun h = x/(x-2); fun j = 1/x; printCSV(["g", "f", "h", "j"], [[g(1), f(1), h(1) , j(1), gofohoj(1)]], "example.csv");