average function doesn't work

Issue #436 closed
Former user created an issue

Originally reported on Google Code with ID 436

Steps to reproduce:
average(1;2;3)
average(1,2,3)

Expected behavior:
returning the average of the 3 numbers for atleast one of the two inputs

Experienced behavior:
invalid expression for both, including the example from the FAQ

Product version:
0.11-alpha Portable

Operating system:
Win7 64 HomePremium

Additional Information:

Reported by BloodyRain.Rang on 2013-03-18 07:31:58

Comments (3)

  1. Former user Account Deleted
    The first input is definitely the correct one. I can't run 0.11-alpha here, but both
    0.10.1 and current bleeding edge are working fine. So whatever was wrong has been fixed
    meanwhile and will be available on next release.
    

    Reported by helder.pereira.correia on 2013-03-18 20:45:54 - Status changed: Fixed - Labels added: Type-Defect, Priority-High, Milestone-0.11

  2. Log in to comment