Special float values

François Perrad francois.perrad at gadz.org
Wed Nov 26 15:42:16 UTC 2008


in languages/lua/src/lib/mathx.pir, I want create numbers with special 
value (NaN & Infinity), something like :

   new $P0, 'Float'      # or 'LuaNumber'
   set $N0, 'NaN'
   set $P0, $N0
   say $P0

Is it possible ?

François.


More information about the parrot-dev mailing list