Uploaded image for project: 'OASIS Open Document Format for Office Applications (OpenDocument) TC'
  1. OASIS Open Document Format for Office Applications (OpenDocument) TC
  2. OFFICE-3962

CLONE - Bessel function have wrong domain for argument X

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: ODF 1.2
    • Fix Version/s: ODF 1.2 Errata 01
    • Component/s: OpenFormula
    • Labels:
      None
    • Proposal:
      Hide

      6.16.12
      now
      Syntax: BESSELI( Integer X ; Number N )

      should be
      Syntax: BESSELI( Number X ; Number N )

      6.16.13
      now
      Syntax: BESSELJ( Integer X ; Number N )

      should be
      Syntax: BESSELJ( Number X ; Number N )

      6.16.14
      now
      Syntax: BESSELK( Integer X ; Number N )
      Constraints: N >= 0, INT(N)=N;

      should be
      Syntax: BESSELK( Number X ; Number N )
      Constraints: X≠0, N >= 0, INT(N)=N;

      6.16.15
      now
      Syntax: BESSELY( Integer X ; Number N )
      Constraints: N >= 0, INT(N)=N;

      should be
      Syntax: BESSELY( Number X ; Number N )
      Constraints: X≠0, N >= 0, INT(N)=N;

      Show
      6.16.12 now Syntax: BESSELI( Integer X ; Number N ) should be Syntax: BESSELI( Number X ; Number N ) 6.16.13 now Syntax: BESSELJ( Integer X ; Number N ) should be Syntax: BESSELJ( Number X ; Number N ) 6.16.14 now Syntax: BESSELK( Integer X ; Number N ) Constraints: N >= 0, INT(N)=N; should be Syntax: BESSELK( Number X ; Number N ) Constraints: X≠0, N >= 0, INT(N)=N; 6.16.15 now Syntax: BESSELY( Integer X ; Number N ) Constraints: N >= 0, INT(N)=N; should be Syntax: BESSELY( Number X ; Number N ) Constraints: X≠0, N >= 0, INT(N)=N;

      Description

      All Bessel function have in their description data-type Integer for the argument X. But no one of LibreOffice, Callibre, Gnumeric, MS Excel, AOO restrict it to integer, but all allow real numbers. Outside spreadsheets the domain "complex numbers" is common.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              regina.henschel Regina Henschel
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: