HaraldHofstaetter / Quadmath.jl

Float128 and libquadmath for the Julia language
Other
4 stars 2 forks source link

Printf #9

Open Goysa2 opened 5 years ago

Goysa2 commented 5 years ago

Hello!

Sorry I created too many issues, but I promise this is the last one. Is it normal that I cannot use Printf with Float128?

using Printf
using Quadmath
@printf("%9.3e", Float128(1.2))

returns:

ERROR: StackOverflowError:
Stacktrace:
 [1] ini_dec(::Float128, ::Int64) at ./printf.jl:1011 (repeats 80000 times)

Is the problem with Printf or Quadmath? Thanks!