Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6075375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:29:15+00:00 2026-05-23T10:29:15+00:00

Currently I have some code in PARI/GP which implements computing values of a sequence

  • 0

Currently I have some code in PARI/GP which implements computing values of a sequence based on a recurrence. All the numbers in this sequence are between 0 and 1 and high precision is important (at least 50 digits). Are there any languages which support parallel programming, high precision, and are able to do basic arithmetic operations such as +,-,*,/ quickly (like PARI)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:29:16+00:00Added an answer on May 23, 2026 at 10:29 am

    Are there any languages which support parallel programming, high precision, and are able to do basic arithmetic operations such as +,-,*,/ quickly (like PARI)?

    Slightly the wrong question – what you want to ask is are there any libraries that could bind to your language of choice that allow you to do arbitrary precision arithmetic.

    The answer is yes. Take a look at GMP or the fork with a focus on also supporting Windows MPIR. Both of these will handle these basic arithmetic operations about as optimally as you can.

    You may also find that additional libraries suited to your needs become useful, like MPRF or MPC.

    These libraries have bindings to C and some C++ and also Python.

    GMP specifically is part of the code powering PARI/GP, although PARI have added numerous extensions.

    $ ldd gp
        linux-vdso.so.1 =>  (0x00007fffe46d9000)
        libreadline.so.6 => /lib64/libreadline.so.6 (0x0000003b01e00000)
        libtinfo.so.5 => /lib64/libtinfo.so.5 (0x0000003b0d600000)
        libpari-gmp.so.2 => /usr/lib64/libpari-gmp.so.2 (0x0000003afbe00000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003afb600000)
        libm.so.6 => /lib64/libm.so.6 (0x0000003afba00000)
        libgmp.so.3 => /usr/lib64/libgmp.so.3 (0x0000003afce00000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003afae00000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003afaa00000)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have some code which grabs some JSON from a site. This is
I currently have some haml code which reads as %span.flagb.flag-gb this builds me a
I currently have some code in Python where I have entered the values from
I currently have some objective C code which I use to identify the difference
I currently have some VBA code that runs through and modifies all my calendar
I currently have some code which needs to perform multiple updates per user for
I currently have some code to filter an array based on price range using
I currently have some code which returns a sites header content back: #!/usr/bin/perl use
I currently have some code which iv used to export a table from the
Currently I have some code that reads if ( $(this).hasClass('.someclass') ) { } else

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.