Results 1 to 2 of 2

Thread: biginteger

  1. #1
    Join Date
    Mar 2007
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default biginteger

    heres a truly useless include that i wrote for fun but its pretty cool. basically a integer type that has and unlimited max value. the functions are pretty much self explanatory. few things worth noting is that it does not follow twos complement rules like normal ints so not, shr, shl, xor, or, and all have different return values than usual and are always positive. and BStrToInt and BIntToStr are significantly faster than their extended counterparts but you can only use a radix of 2,4,8,16,32 versus 2-36. well thats all i can really think of right now so if you have any question or comments feel free to post.

    edit: oops i forgot you remove the "program new;" for includes, fixed

  2. #2
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Wow, You know alot of math functions.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •