Checks if the sequence represents approximately a fixed sequence (c,c,c,c,..) ret[0] is true if the sequence is linear ret[1] is the constant of the sequence if ret[0] is true. @param sequence @return ret[0] = true if sequence is constant, ret[1] = the constant
(double[] sequence)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected