0
I’m in need of help I don’t know but where to turn. The problem and the following we have an Array of type Double.
We have a variable x = 91.30 in the Array (a) the nearest value is 91.39. I wanted to know how to get the variable y to receive the value of the index 91.39 which is closest to x. in case 91.30
It would be very interesting if you put the code in the post so we can do the proper tests.
– CypherPotato