Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5321

SAP IQ numeric functions corner case differences

    XMLWordPrintable

Details

    Description

      The following discrepancies in return values of numeric functions are caused by SAP IQ's behaviour.

      1. COT(0)
        • results in OutOfRange error in Teiid
        • returns NULL in SAP IQ
      2. EXP(n) - for n < -15
        • result is 0 in Teiid
        • result is in SAP IQ
          • 0 for -15 > n >=-745
          • NULL for n<=-746

      Attachments

        Activity

          People

            Unassigned Unassigned
            jstastny@redhat.com Jan Stastny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: