Hi,
maybe I am wrong, but it seems to me that Abs (at least when used on a ESP8266) return the int part of the number instead of the absolute value..
example: Abs (-1.23) should return 1.23 and Abs(1.23) should return 1.23 while it return 1..
Am I missing somegthing ?
maybe I am wrong, but it seems to me that Abs (at least when used on a ESP8266) return the int part of the number instead of the absolute value..
example: Abs (-1.23) should return 1.23 and Abs(1.23) should return 1.23 while it return 1..
Am I missing somegthing ?