Author Topic: Arbitrary precision operations  (Read 9266 times)

0 Members and 1 Guest are viewing this topic.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Arbitrary precision operations
« Reply #45 on: February 22, 2011, 07:43:48 am »
Nice. :D
What are its current speeds? (Especially for multiplication and division)
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Arbitrary precision operations
« Reply #46 on: March 05, 2011, 05:00:54 pm »
Added support for signed numbers and I'm working on decimals. It also eliminates the need for a a separate subtraction routine from the addition routine, as all I have to do for subtraction is set a flag variable in the addition routine.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Arbitrary precision operations
« Reply #47 on: March 05, 2011, 08:54:50 pm »
So, now can I haz RSA cracker on my calc? :P

Hey, it can handle numbers that large :P Nice work.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Arbitrary precision operations
« Reply #48 on: March 05, 2011, 11:44:15 pm »
So, now can I haz RSA cracker on my calc? :P

Hey, it can handle numbers that large :P Nice work.

Sure, if you don't mind 10 minutes a number  <_<
« Last Edit: March 05, 2011, 11:45:09 pm by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Arbitrary precision operations
« Reply #49 on: March 06, 2011, 10:48:51 pm »
Only 10 minutes to factor the Nspire key? :P
More seriously, can't wait to see further features and speed increases. :D
« Last Edit: March 06, 2011, 10:49:05 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.