Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnumeric gnumeric
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 378
    • Issues 378
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gnumericgnumeric
  • Issues
  • #194

Closed
Open
Created Aug 26, 2012 by Bugzilla@bugzilla-migration💬Reporter

some expressions involving arrays in {curly braces} give wrong answers, or complain #VALUE

Submitted by John Denker

Link to original bug (#682734)

Description

Created attachment 222481 spreadsheet exhibiting bug: some expressions involving arrays in {curly braces} give wrong answers, or complain #VALUE

Gnumeric version '1.10.13' The following appear to be 100% reproducible:

Symptom #1: =sumproduct({1,2,3},sin({1,3,5})) ... complains #VALUE

Symptom #2: =max(sin({1,3,5})) ... gives wrong numerical result

==========

By way of contrast, seemingly-similar expressions such as the following appear to give correct results:

=sumproduct({1,2,3},10^({1,3,5}))  ... (OK)

=linest(A15:A18,sin(2*{1,3,5}*A15:A18),FALSE)   ...  (OK)

Attachment 222481, "spreadsheet exhibiting bug: some expressions involving arrays in {curly braces} give wrong answers, or complain #VALUE":
function-of-array-bug.gnumeric

Version: 1.10.x

Assignee
Assign to
Time tracking