Created
July 21, 2014 18:05
-
-
Save MichaelDrogalis/9482dd5ec6ba43c4ca67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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