With the next version bump for nqp this will be fixed:

$ perl6-m -e 'say sprintf "%12.5f", -Inf'
        -Inf

$ perl6-m -e 'say sprintf "%12.5f", NaN'
         NaN

Reply via email to