2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00
LaTeX-examples/documents/Programmierparadigmen/scripts/haskell/einfaches-beispiel-klammern.hs
2014-02-01 15:32:13 +01:00

2 lines
36 B
Haskell

f x = sin x / x
g x = x * (f (x*x))