This document discusses functions and their types. It defines a function as a rule that maps an input number to a unique output number. It provides examples of functions, such as f(x) = x + 3. It explains that the input number is called the argument of the function. It discusses how to determine if a function is valid by checking if it maps each input to only one output. It also discusses restricting the domain of a function to make it valid, such as only allowing non-negative inputs for the square root function.