35bed00d22
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
5 lines
99 B
Text
5 lines
99 B
Text
hypot(.x; .y)
|
|
| if . <= 1 then 10
|
|
elif . <= 5 then 5
|
|
elif . <= 10 then 1
|
|
else 0 end
|