Re: [julia-users] Re: problem with bigfloat precision
Just waiting for CI to pass: https://github.com/JuliaLang/julia/pull/11269. On Thu, May 14, 2015 at 3:14 PM, Pablo Zubieta wrote: > Nevermind I saw your PR. >
[julia-users] Re: problem with bigfloat precision
Nevermind I saw your PR.
[julia-users] Re: problem with bigfloat precision
I would think it is even more robust a definition like mylog(b, x) = (promote(b, x); log(x) ./ log(b)) in case someone wants to write mylog(2.1, 2). Stefan, should this be the definition in Base?