-0 (It's back!)
Root / Programming Questions / [.]
12Me21Created:
It's back, but this time it's actually zero. CEIL(-0.1)==0 is true.
It is standard that floating-point numbers have both a 'positive zero' and a 'negative zero' like this.
Root / Programming Questions / [.]