math

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

Examples

lambda x: x**2+1

represents the function