answersLogoWhite

0


Best Answer

There isn't one. It is an algebraic operation, not an arithmetic one and is called exponentiation.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

exponentiation (the symbol in Excel is ^)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Arithmetic operator that raises to the power?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is arithmetic operator that raises to the power?

It is "raising to the power". Although repeated multiplication can be used for raising to a positive integer power for example, a5 = a*a*a*a*a that analogy fails for rational powers or irrational ones. And it is totally useless when the power is a complex number.


What is an arithmetic operator in c?

+


Arithmetic operator that divides contents of a cell?

The arithmetic operator that divides contents of a cell is the front slash. =A3/B3


What is an arithmetic operator that multiplies?

Multiplication


Arithmetic operator that multiplies by 0.01?

percentage


What arithmetic operator multiplies by 0.01?

percentage


What is an arithmetic operator in c program?

An arithmetic operator is any of the "atomic" operators to do the following math operations: + addition - subtraction / division * multiplication % modulus division


What operator raises a number to a power?

Exponent (its the following symbol when programming ^ ) page 46 Programming Logic and Design by Tony Gladdis


Arithmetic operator that makes a number negative?

Negation


In excel what is the arithmetic operator that multiplies by 0.01?

percent


What arithmetic operator performs division?

forward slash /


What is operator in java?

An operator is a symbol that does something in Java. for ex: "+" is an arithmetic operator that adds two numbers. ">" is a logical operator that checks if one number is greater than the other. There are many different types of operators in Java like Arithmetic, Logical, Relational and Assignment operators