Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created July 21, 2014 18:05
Show Gist options
  • Save MichaelDrogalis/9482dd5ec6ba43c4ca67 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/9482dd5ec6ba43c4ca67 to your computer and use it in GitHub Desktop.
user=> (def a 4984967348648376483967984674386738947648397848673468943796984937)
#'user/a
user=> (type a)
clojure.lang.BigInt
user=> (def b 9347683768743769834764843787348967496747698)
#'user/b
user=> (type b)
clojure.lang.BigInt
user=> (- a b)
4984967348648376483958636990617995177813633004886119976300237239N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment