+ Reply to Thread
Results 1 to 8 of 8

Exponentiate very large numbers

  1. #1
    Registered User
    Join Date
    10-13-2023
    Location
    HERE
    MS-Off Ver
    2021
    Posts
    4

    Exponentiate very large numbers

    Hello to all the experts,

    Is there a way to exponentiate numbers (both positive, negative, even rational) in Excel, even with significantly more than 20 decimal places, and this
    also with both positive, negative (also rational) exponents? I think this can then also be used for reversal operations (roots).

    An example would be

    4.055,546363737^3.5

    or even

    5.656.747,543635737373^-0.2803

    Presumably there would also be approaches in VBA, but I'm not an Excel or VBA expert, hence my question.

    I've already had help with add-ins that handle very large numbers in basic arithmetic, but exponentization is still missing.

    Thank you very much.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,525

    Re: Exponentiate very large numbers

    Not with Excel's native tools. Excel natively uses double precision for its calculations and storage, and those kinds of numbers would go well beyond the limits of double precision.

    I occasionally come across tools that claim to do arbitrary precision arithmetic in Excel. I have never tried them. Some of them require buying a license. If you can find a library of arbitrary precision procedures (whether for Excel or for another programming language), that would probably be easiest.

    A couple of past conversations here involving arbitrary precision arithmetic: https://www.excelforum.com/excel-for...ml#post4947996
    https://www.excelforum.com/excel-pro...ith-excel.html
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    10-13-2023
    Location
    HERE
    MS-Off Ver
    2021
    Posts
    4

    Re: Exponentiate very large numbers

    Thank you.

    Yes, of course not common Excel, as it does not work. So I thought VBA could be a way.

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,525

    Re: Exponentiate very large numbers

    Did you follow the links I gave? One of them has VBA procedures for doing "large addition" and "large multiplication" that might be the kind of thing you are looking for. I have no real experience with programming arbitrary precision arithmetic, so I can't help with the details, but I'm confident that someone with the right knowledge about arbitrary precision algorithms could program something in VBA. Even if you are not an expert in Excel and/or VBA, do you have experience with arbitrary precision algorithms in other programming languages?

  5. #5
    Registered User
    Join Date
    10-13-2023
    Location
    HERE
    MS-Off Ver
    2021
    Posts
    4

    Re: Exponentiate very large numbers

    No. I have not.

    And I have different Add-Ins for basic calculation operations, but not for exponentiation.

  6. #6
    Registered User
    Join Date
    10-13-2023
    Location
    HERE
    MS-Off Ver
    2021
    Posts
    4

    Re: Exponentiate very large numbers

    MrShorty

    I found some interesting sources within the deeps of the internet. Thanks for giving me some hints!

  7. #7
    Registered User
    Join Date
    11-29-2022
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2007
    Posts
    70

    Re: Exponentiate very large numbers

    Hello Mate Matura,

    From past year, I am working on researching on different properties on numbers. The issue you are facing is currently same applies to me. Basically my research is for Recreational Mathematics. There are lots of websites that can do this task what you have ! But of course they need to purchase a plan for your specific needs. Currently I am doing my research on my own but as Excel is limited to do that task with Big Numbers like exponentiation (even I have not any add-ins for basic operations). Please provide some basic info what type of Add-ins you have if you are interested ? But for your task definitely Excel is not the choice even online websites don't offer that free because it requires extra bandwidth.

  8. #8
    Registered User
    Join Date
    11-29-2022
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2007
    Posts
    70

    Re: Exponentiate very large numbers

    PS: The Limit of the number on any online website is currently can be upto 10 Billion and its exponent is 10 Thousands only as far as I know that applies only for bandwidth, not for the actual algorithm thay have.
    Last edited by Muhammad Fraz; 10-15-2023 at 10:41 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 09-08-2023, 01:58 AM
  2. Large numbers
    By rkscythw in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-13-2016, 09:39 PM
  3. Replies: 8
    Last Post: 05-26-2016, 06:00 PM
  4. Charting small numbers with large numbers?
    By dgroshan in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 03-06-2015, 11:03 AM
  5. Replies: 19
    Last Post: 07-20-2014, 04:55 PM
  6. Replies: 0
    Last Post: 07-16-2012, 04:01 PM
  7. Filtering out a few numbers in a large group of numbers
    By idkexcel in forum Excel General
    Replies: 2
    Last Post: 07-16-2012, 11:54 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1