The value #IND000000000000 is an invalid numeric value. This is often called the QNaN (Quiet Not-A-Number) value, because it is an undefined type, but does not lead to a malfunction.
Most likely, the elusive numbers whose square root you are trying to determine are negative numbers for which this value is not defined. See Wikipedia for more details.
The solution will first require you to determine where the problem is. This means that you need to either go through it using the debugger, or look at the values ββof the variables, or place your code so that we can do the same.
Cody gray
source share