-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-8716
-
-
C2000_21.6.0.LTS
-
C2000_21.6.0.LTS
-
default
The compiler manual show this interface ...
float __atan2puf32( float x, float y);
The operands are in the wrong order. It should be ...
float __atan2puf32( float y, float x);