Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10280

Documentation of __atan2puf32 is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium

      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);

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: