-
Bug
-
Resolution: Fixed
-
Medium
-
SITSW-5962
-
10.00.00
-
10.01.00
-
am62xx-sk
While using %g format specifier with DebugP_log API, the value return are not accurate.
DebugP_log("%g %g\r\n", 0.0, 1.0);
the above API call returns below result.
0.000000e-308 1.00000
while the printf() function call returns below output
0 1