JuliaMath / NaNMath.jl

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

WARNING: both NaNMath and Base export "log"; uses of it in module Main must be qualified #23

Closed gizemk closed 5 years ago

gizemk commented 6 years ago

I'm using the NaNMath package to use the mean and the standard deviation functions but after I write using NaNMath; nm = NaNMath I'm first getting a warning that says "WARNING: using NaNMath.log in module Main conflicts with an existing identifier." and then when I try to use the log function (the usual log function from the Base) it gives an error saying log not defined. How can I fix this issue? Thanks!

mlubin commented 6 years ago

That's strange because NaNMath does not export anything at all. Try restarting your julia session.

gizemk commented 6 years ago

I've restarted it several times. I get the same error even when I import NaNMath. I don't experience the same issue when I use another computer. On my laptop, I use: screen shot 2017-09-13 at 6 56 56 pm Any ideas?

mlubin commented 5 years ago

Closing as this appears to be a stale issue.