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 261921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:28:21+00:00 2026-05-11T22:28:21+00:00

I need to specify the exact length of a string to be printed from

  • 0

I need to specify the exact length of a string to be printed from a double value, but I don’t want to restrict the output any more than is necessary.

What is the maximum length that a 6-digit precision double will have when formatted by printf()?

Specifically, what value should I give to X in printf("%X.6lg",doubleValue); to ensure that no value gets truncated?

The reason I need to be specific about the length is that I’m defining an MPI derived datatype made up of lots of string representations of double values and must know their exact length in order to divide regions of the file between MPI processes.

I hope that’s clear. Thanks in advance for answering.

  • 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-11T22:28:21+00:00Added an answer on May 11, 2026 at 10:28 pm

    use printf("%.6g", doubleValue) or printf("%.6Lg", doubleValue)

    Note that leaving off the leading digits (the “width”) in the precision specifier makes no demands on the length of the integral portion of the value.

    Also note that the undercase “l” will specify that your value is a long int. The uppercase “L” specifies a long double value.

    Also note that if you don’t want this to be potentially changed to scientific notation (if it is a shorter representation), then you would use “f” instead of “g”.

    See a printf reference here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to specify String constant as value of attribute: <int:header name=importedFilename /> here
Why we donot need to specify ; after an automatic property declaration public string
I don't need to specify the orientation in this case, I just need to
Why in Linq to Entities do I need to specify relationships with Include(string)? Linq
im using doctrine and need to specify the length of a thread body (datatype:
I need to specify different output and intermediate folders in my .pro file for
For WCF I need to specify that the known type for any IEnumerable<T> is
I have got a single file in which I need specify classes in multiple
Possible Duplicate: When do I need to specify the JavaScript protocol? for example <body
for using cout , I need to specify both: #include<iostream> and using namespace std;

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.