About 67,400 results
Open links in new tab
  1. What is a Function - Math is Fun

    What is a Function? A function relates an input to an output. It is like a machine that has an input and an output. And the output is related somehow to the input.

  2. Functions Calculator - Symbolab

    Free functions calculator - explore function domain, range, intercepts, extreme points and asymptotes step-by-step

  3. Function (mathematics) - Wikipedia

    The concept of a function was formalized at the end of the 19th century in terms of set theory, and this greatly increased the possible applications of the concept. A function is often denoted by a letter …

  4. Function | Definition, Types, Examples, & Facts | Britannica

    Mar 20, 2026 · Function, in mathematics, an expression, rule, or law that defines a relationship between one variable (the independent variable) and another variable (the dependent variable). Functions are …

  5. Algebra - The Definition of a Function - Pauls Online Math Notes

    Jun 14, 2024 · We also give a “working definition” of a function to help understand just what a function is. We introduce function notation and work several examples illustrating how it works. We also …

  6. What Are Functions in Math?- Cuemath

    Functions define the relationship between two variables, one is dependent and the other is independent. Function in math is a relation f from a set A (the domain of the function) to another set B (the co …

  7. Functions | Algebra 1 | Math | Khan Academy

    About this unit A function is like a machine that takes an input and gives an output. Let's explore how we can graph, analyze, and create different types of functions. Unit guides are here! Power up your …

  8. Introduction to Function - GeeksforGeeks

    Oct 6, 2025 · We can define a function in mathematics as a machine that takes some input and gives a unique output.

  9. Basics of functions - Student Academic Success

    A solid understanding of the basics of functions, including the definition of a function, its notation, domain and range, and inverse function s, is essential for success in more advanced mathematical …

  10. What is a Function? - W3Schools

    When Should I Use a Function? If a part of your program does a specific task, you should create a function for it. It is especially useful to create a function if you need to run that code more than once, …