👉 In computer science, a parametric function is a function that can be parameterized by more than one input. This means that the output of the function depends on the values of its parameters. For example, consider the following parametric function: ``` f(x) = x^2 - 3x + 4 ``` This function takes in two inputs `a` and `b`, and returns their squares minus three times the square plus four. The output will depend on the values