We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sqrt(x): use “if x/mid > mid” rather than “x > mid*mid”, since latter may over overflow!!!