miller/docs6/docs/data/fe-example-3.mlr

4 lines
60 B
Text

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