Lambda Calculus (also known as λ-calc) is a way of expressing abstract functions. It was invented by Alonzo Church in the 1930s. It has many uses in computer programming, especially in languages like Python
| This article is a stub. You can help Math Wiki by expanding it. |
Examples
lambda x: x**2+1
represents the function