Square Root Calculator (√n)
√n with integer-perfect-square check, simplified surd form, and decimal expansion.
Result
General calculation reads
Amazon affiliateAs an Amazon Associate we may earn from qualifying purchases. This does not add cost for you.
How to use this calculator
- Enter non-negative number.
- Read decimal + simplified surd form.
About this calculator
The square root of n is the value x where x² = n. Perfect squares (1, 4, 9, 16, 25, …) have integer roots; everything else has irrational roots. Simplified surd form pulls out the largest perfect-square factor: √50 = √(25 × 2) = 5√2. JavaScript Math.sqrt is implementation-defined but typically uses hardware FPU instruction (CVTSS2SS, FSQRT) — accurate to last bit. For huge integers, Newton's method or arbitrary-precision libraries.
Frequently asked
Why simplified surds?+
Negative numbers?+
How is sqrt computed?+
Big integers?+
Alternative: nth-root?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
∛n with perfect-cube detection, simplified surd form, and decimal expansion.
Convert decimal ↔ scientific notation. Standard form a × 10^b with 1 ≤ |a| < 10.
Euclidean algorithm: gcd(a,b) = gcd(b, a mod b). Supports 2-6 integers.
Is n prime? Trial division up to √n; identifies smallest divisor and nearest primes if composite.
n = p₁^a₁ × p₂^a₂ × … Trial division to find all prime factors with multiplicity.
Check whether every required field in a PDF form has been filled. Pass/fail report with the names of any missing fields.