bijington/expressive

Mean and Average always return 0 if a null is provided

Closed this issue · 0 comments

Describe the bug
The Mean and Average functions always return 0 if a null value is supplied. Propose that nulls are simply ignored.

To Reproduce
`Mean(10, 20, null, null)

Expected behavior
A result of 7.5 should be returned.

Platform (please complete the following information):