Pārlūkot izejas kodu

Simplify function composition slide

master
Julian Ospald pirms 9 gadiem
vecāks
revīzija
cc75bd68ef
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 220CD1C5BDEED020
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      VL2/content/VL2_composition1.tex

+ 2
- 1
VL2/content/VL2_composition1.tex Parādīt failu

@@ -2,7 +2,7 @@
\vspace{\baselineskip}
\\
\ifger{Aus der Mathematik wissen wir bereits, dass:}{From maths we already know that:}\\
$(g \circ f)(x) = g(f(x))$
$(f \circ g)(x) = f(g(x))$
\vspace{\baselineskip}
\\
\pause
@@ -14,7 +14,7 @@ composedFunction x = (f . g) x
-- is evaluated first
composedFunction x = f . g $ x

-- and same again, remember that 'g x ='
-- is just syntax sugar
-- omitting the x here is also called eta reduction
composedFunction = f . g

Notiek ielāde…
Atcelt
Saglabāt