This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
radu
/
LaTeX-examples
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
bc873eab9b
Branches
Tags
master
LaTeX-examples
/
documents
/
Programmierparadigmen
/
scripts
/
haskell
/
einfaches-beispiel-klammern.hs
einfaches-beispiel-klammern.hs
89 B
Historique
Raw
1
2
3
4
5
6
f :: Floating a => a -> a
f x = sin x / x
g :: Floating a => a -> a
g x = x * (f (x*x))