miller/docs/data/fe-example-4.mlr
2020-09-27 11:29:50 -04:00

3 lines
44 B
Text

func f(a, b) {
return sqrt(a**2 + b**2)
}