Square Root


Output: Press calculate

Formula:√n

Introduction to Square Root

The square root of a number n is a value x such that x multiplied by itself equals n. In other words, it returns the non-negative square root of n.

Parameter usage:

Example valid values:

Output:

Data validation

The number should be non-negative. An error message is returned if a negative number is provided.

Summary

This calculator calculates the square root of a non-negative number.

Tags: Mathematics, Algebra, Square Root