Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 21, 2019 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/40cc1e0ee38c0a3872f91802b425e24f to your computer and use it in GitHub Desktop.
Save Whateverable/40cc1e0ee38c0a3872f91802b425e24f to your computer and use it in GitHub Desktop.
evalable6
my $n = FatRat.new(1,2); $n = $n ** 2 for ^10; say $n.perl;
FatRat.new(1, 179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453082952085005768838150682342462881473913110540827237163350510684586298239947245938479716304835356329624224137216)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment