mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Funktionsapplikation
This commit is contained in:
parent
564dbc9790
commit
bb674b307b
7 changed files with 44 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
f x = x * x
|
||||
g x = x - 1
|
||||
h = (f . g)
|
||||
i = (g . f)
|
Loading…
Add table
Add a link
Reference in a new issue