miller/docs6/data/fe-example-3.mlr
2021-05-24 00:11:53 -04:00

4 lines
60 B
Text

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