Hello,
My program curve fits data in double precision, and later the results are displayed as graphs using the simple plot library. My problem is that I have an intermittent fault when passing the double precision array for plotting to a single precision array accepted by Simpleplot. The values are normalised to be within the single precision range before passing to the single precision array, however I intermittently receive a floating point overflow error. I don't understand why it only happens intermittently as I'm testing with the same data each time.
How do I pass the values from my double precision array to the single precision array?
Best regards
Albert