JuliaMath / NaNMath.jl

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

Fix docstring examples #38

Closed briochemc closed 4 years ago

briochemc commented 4 years ago

Replace using NaNMath as nm in examples (in docstrings) with using NaNMath; const nm = NaNMath

briochemc commented 4 years ago

Oh yes sure, I was just suggesting this change because it does not work otherwise 😄

mlubin commented 4 years ago

Do you mind doing that in this PR?

mlubin commented 4 years ago

Thanks!