Question regarding max() function.
in
Programming Questions
•
2 years ago
In my code I'm using this function on an array of floats. The number returned is "30E7". When I change the actual max number in the array to something like 300000001, 30E7 is still returned. How do I make the number returned the actual number? It must have something to do with rounding...
1