mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
3 lines
36 B
Haskell
3 lines
36 B
Haskell
|
f x = sin x / x
|
||
|
g x = x * (f (x*x))
|