User Tag List

Results 1 to 8 of 8

Thread: > 16 significant digits?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    > 16 significant digits?

    Is there any way to do calculations with more than 16 significant digits? I'm making a small app to test the Collatz Conjecture (http://en.wikipedia.org/wiki/Collatz_conjecture) and need moar digits!!!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Couldent you manually create a digital number using 2 Counter Object ( 1 for whole numbers and 1 for decimal numbers )?

    EDIT:
    Hmmm no, Couners are limited to a maximum of 10 numbers.
    I think your best solution would be to use Strings and treat them like Counters.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup, I do that now, but I need to be able to do maths between them. The "Double Precision Calculator" extension can calculate out to 16 digits, using Strings, but I need something more like 32 digits (or more if possible)!

  4. #4
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Try the Advanced Int64 Object - it should do the trick
    Note: the 64 means 64 bits, not 64 digits. MMF2 has 32 bit integers.
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eliyahu (or Phi?) wrote an extension that was able to multiply around 40 digit numbers, which should work nicely. Also, if you're trying to do some actual mathematical research, I read that the Collatz Conjecture had been proven valid for numbers in several thousands of digits, but the extension should be fine if you're just playing around with numbers.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Jul 2006
    Location
    Lacey, WA
    Posts
    756
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool! And no, just messing with numbers and data sets

    Can't find the extension you're talking about though, just the Advanced Int64 one. Any idea where I can find a link? Also, any chance any of these extensions (especially the 40 digit number one) will be/can be ported to the Android Runtime?

  7. #7
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    I have another extension that may be overkill for you, but it does numbers with over 300 digits. Look for Int16384 on my extensions page.

  8. #8
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was never public, but LB's extension should work fine

Similar Threads

  1. Increased window size = Significant FPS drop?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd February 2013, 12:31 PM
  2. Significant Differences Using Fast Loops?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th June 2009, 02:34 PM
  3. Significant MMF2 Bug - Object selection
    By netninja in forum File Archive
    Replies: 26
    Last Post: 4th March 2009, 11:44 PM
  4. Significant framerate drops while scrolling.
    By pirodaggar in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 29th July 2008, 06:14 PM
  5. Problems With Significant Digits / Decimal Places
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 2nd January 2008, 09:25 AM

Posting Permissions

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