function categorise(a, b)::Float32 if a < 0 return a * 2 + b elseif b < 0 return a + 2 * b else return 0 end end
Hosted onDeepnote