Skip to main content

Math: Sqrt

Return the square root of a number. Negative inputs fail the step.

Example
Input: 16 → Output: 4
Input: 2 → Output: 1.4142135623730951

Parameters

This function has no parameters.

Input

NumberREQUIRED
Non-negative number.

Output

Result
The square root.