I was wondering what -1.#IND means. At first I thought the number was just too big for the data type, double. So I changed it to long double and it still came out the same way.
Does it mean that the numbers I entered causes an issue with the math equation?
P.S. The program does work when I enter other numbers but for some reason, this input doesn't seem to want to give me a number back. Just -1 #IND.