Skip to main content

Square Root

An expression editor function that calculates the square root of a number.

Updated yesterday

Overview

This function returns the square root of the given number.


Parameters

squareRoot(number)

Number

The number to find the square root of.


For example...

squareRoot(16)

Returns 4.

Did this answer your question?