4 lines
48 B
Haskell
4 lines
48 B
Haskell
|
|
func a b x =
|
||
|
|
let y = a * b in
|
||
|
|
(x + y) / y
|