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

3 lines
44 B
Text

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