Exponentiation is the process of taking a quantity b (the base) to the power of another quantity e (the exponent). This operation most commonly denoted b^e. In TeX, the Wolfram Language, and many other computer languages, exponentiation is denoted with a caret, i.e., as b^e. However, in FORTRAN, it is denoted b**e.