I am using the Array Max and min on an array of X data points. The x values are in fractions of a sec, so they are formatted in scientific notation. The array max and min function does not seem to read Sci notation values correctly. For example, It thinks that 4E-4 is less than 0. Is it a problem with the subroutine? Or is there a way to make it correctly recognize the Sci values?