seq(1): Consistently include 'last' for non-integersThe source of error is a rounded increment being too large and thus the loopsteps slightly past 'last'. Perform a final comparison using the fo
seq(1): Consistently include 'last' for non-integersThe source of error is a rounded increment being too large and thus the loopsteps slightly past 'last'. Perform a final comparison using the formattedstring values (truncated precision) to determine if we still need to printthe 'last' value.PR: 217149Submitted by: Fernando Apesteguía <fernando.apesteguia AT gmail.com>, Yuri Pankov <yuripv AT icloud.com> (earlier version)Reported by: Martijn Dekker <mcdutchie AT hotmail.com>Sponsored by: Dell EMC Isilon
show more ...