sqrt [function]

sqrt( x )

returns the square root of x, as real

sqrt( 16 ); // real (4)
sqrt( -1 ); // null; Warning: sqrt(): mathematical error