Minimum value of a vector of floats

Can anybody please write a function that will take a vector of floats as its parameter and return the minimum value in the vector?

There are various examples here depending on how you’d like to handle NANs.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.