Checks if the sequence represents an arithmetic sequence (approximately) ret[0] is true if the sequence is linear ret[1] is the common difference of the sequence if ret[0] is true. @param sequence @return ret[0] = true if sequence is linear, ret[1] = the common difference
(double[] sequence)
source not stored for this graph (policy: none)
no test coverage detected