I have some problems with an array of type of float. I'm trying to program the Gauss elimination algorithm, but I get the problem that my compiler for some reason performs integer division on the elements of the array, although it's declared to be an array of type float.
Now the problem is with how the array stores values in it after an elimination step. It has nothing to do with the standard output.
I can't seem to find the reason why it does this right now. I'd appreciate a quick response.