JuliaMath / NaNMath.jl

Julia math built-ins which return NaN and accumulator functions which ignore NaN
Other
53 stars 28 forks source link

Added function NaNMath.sum for Float64 arrays #3

Closed ufechner7 closed 9 years ago

ufechner7 commented 9 years ago

I added the function sum. Currently, it is implemented for one dimensional Float64 arrays, which is all what I need. Before I continue to implement the other array functions, I would like to get feedback if my approach is acceptable, or how to improve it.

mlubin commented 9 years ago

Looks good! Could you squash the 10 commits into 1 with git rebase? Ready to merge after that.