Re: [julia-users] Re: problem with bigfloat precision

2015-05-14 Thread Stefan Karpinski
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

2015-05-14 Thread Pablo Zubieta
Nevermind I saw your PR.

[julia-users] Re: problem with bigfloat precision

2015-05-14 Thread Pablo Zubieta
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?