* Non-recursive method to find the lowest member of an array. Math.min raises a maximum * call stack size exceeded error in Chrome when trying to apply more than 150.000 points. This * method is slightly slower, but safe.
(data)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected