Hacker News new | ask | show | jobs
by librasteve 385 days ago
in raku

  say pi/pi;   #1
1 comments

Sadly, that's just Num.gist showing 1.0 as "1" though.

say (pi/pi).^name; # Num

lol … my bad I should have realized that pi is a Num since it’s an Irrational and a Num over a Num is a Num