A calculator that uses a binary tree search algorithm to find the square root of any given number, including negative numbers (which scratch cannot do). Note: It cannot find the square root of complex numbers, and will simply fail if any multiple of i is used.