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

3 lines
44 B
Text

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