Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created November 25, 2010 07:39
Show Gist options
  • Save abscondment/715041 to your computer and use it in GitHub Desktop.
Save abscondment/715041 to your computer and use it in GitHub Desktop.
user> (fact 200)
788657867364790503552363213932185062295135977687173263294742533244359449963403342920304284011984623904177212138919638830257642790242637105061926624952829931113462857270763317237396988943922445621451664240254033291864131227428294853277524242407573903240321257405579568660226031904170324062351700858796178922222789623703897374720000000000000000000000000000000000000000000000000
user> (class (fact 200))
java.math.BigInteger
user> (stirling 200)
Infinity
user> (class (stirling 200))
java.lang.Double
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment