rename simplex
parent
4b5098415d
commit
8cc09d217c
@ -1,4 +1,4 @@
|
||||
#lang simplex-demo
|
||||
#lang algebra-demo
|
||||
fun f(x,y) = x + y
|
||||
fun g(z) = f(z,z)
|
||||
g(10)
|
Loading…
Reference in New Issue