bfbcompiler/doc/examples/use-case-3.txt

5 lines
149 B
Plaintext

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");