thanks for the article. Minor point to author: if value < 0.0 ... – positive usually means >0, so should this be if value <= 0.0 or ?
if value < 0.0 ...
if value <= 0.0 or
Fixed, thanks!
thanks for the article. Minor point to author:
if value < 0.0 ...
– positive usually means >0, so should this beif value <= 0.0 or
?Fixed, thanks!