miller/doc/data/fe-example-3.mlr
2016-09-27 10:16:55 -04:00

4 lines
60 B
Text

func f(a, b) {
return sqrt(a**2 + b**2)
}
$xy = f($x, $y)