# New Ticket Created by  Wenzel Peppmeyer 
# Please include the string:  [perl #126067]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126067 >


say sprintf('%f %f %f %f', Mu, Any, Nil, NaN);
# output: rakudo-moar ed47bb: OUTPUT«0.000000 0.000000 0.000000 0.000000␤»
#         rakudo-jvm ed47bb: OUTPUT«java.lang.NumberFormatException: For input 
string: "nan"␤»
# NaN should numify to NaN for sure and so may Mu, Any and Nil

Reply via email to