Other Parts Discussed in Thread: TMS570LS3137
Tool/software: TI C/C++ Compiler
We are using TMS320F28335 and for SW development CCS(CCSVersion: 6.0.1.00040 ), we have observed peculiar outputs when we use atan2 function. We have checked for the boundary conditions it yields different results. I have given the combination:
TMS320F28335:
Input x Input y Output
0.0 0.0 0.0
NaN 0.0 0.0
We have tested the same combination in TMS570LS3137 as well.
TMS570LS3137:
Input x Input y Output
0.0 0.0 0.0
NaN 0.0 NaN
why there is different result for the same inputs?