answersLogoWhite

0


Best Answer

The symbol for a a square root sign is: √

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the symbol for a a square root sign?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does a square root have?

The square root symbol is the radical sign, √.


What does a square root symbol?

The only thing that a square root symbol does is that it symbolises an operation (taking the square root) of whatever is under the sign.


What would be of the square root of a number if there is no sign in front of the square root symbol?

If unspecified, the square root is the principal root, which is the positive root.


What is the symbol used to indicate the positive square root of a number?

It is the RADICAL SIGN , its definition is - the symbol used to indicate a nonnegitive square root.


What sign is used to represent a square root?

The symbol you should be looking for is " √ ".


What is a radical sign?

The symbol used to indicate a nonnegative square root.


What is a square root symbol is called?

The general case is just called "Root" and it continues to increase to "Square Root" then to "Cube Root" and so on.


Mathematical symbol used to indicate the extraction of a square root?

Radical Sign


What are forms of radical?

The radical symbol, otherwise known as the "square root sign", lets you take the nth root of any number.Any number can be placed above, and slightly to the left, of the square root sign, to indicate the nth root. For example, the cube root of 27 is 3.The number inside the square root sign (that which you are finding the square root of), is called the radicand.


What is the symbol used to represent a negative square root of a number?

Negative square root is -√Square root of negative one is i.


How do you get the square root symbol on a keyboard?

There is no single square root button on a keyboard. You can sometimes get the square root symbol by holding down alt and pressing 2 then 5 then 1 (or alt + 251). If that doesn't work, you could copy and paste it. √ (that square root sign is from pressing alt + 251)


How is the square root sign used in pseudo code?

Usually, in code, the square root symbol is denoted as: sqrt() where the number inside the square root is written inside the brackets. For example, if you wanted the square root of 64, write: sqrt(64)