I'm seeing results with the math library log() function I don't understand. XC32 version is 1.31. I declare some variables thus: double tempC, result;double log(double); If I execute the following code, I get the expected result in "result":result = log(6..
↧