3 lines
43 B
Haskell
3 lines
43 B
Haskell
|
|
func a b x = (x + y) / y
|
||
|
|
where y = a * b
|