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

  • SEARCH
  • Home
  • 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 236835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:22:37+00:00 2026-05-11T20:22:37+00:00

Does anyone knwow what the postfix d+0 means in the assignments to M1, M2

  • 0

Does anyone knwow what the postfix “d+0” means in the assignments to M1, M2 and M4 below or is there any resource on the web or a book where one is very likely to find this information?


      subroutine plot( t, x, p, q, nga, nt, wron, 
     &                 ngq, gq, ngaq1, ngaq2, gaq, rwh, iwh )
        implicit none

        integer*4 nga, nt, ngq, ngaq1, ngaq2, iwh(*)

        real*8 t, x(*), p(*), q(*), wron(nga,*),
     &         gq(ngq,*), gaq(ngaq1,ngaq2,*), rwh(*)

        real*8 M1, M2, M3, M4, mr, mst, h3, Tc
        integer*8 iflag

c       DISCRETIZE1( Tc, rwh, iwh )

        M1 = 0.1362d+0
        M2 = 0.09806d+0
        M3 = M1 + M2
        M4 = 0.236d+0

        mr = M1*x(1) + M2*x(2) + M3*x(3) + M4*x(4)
        mst =  M1*q(1) + M2*q(2) + M4*q(3)

        call mess3( t, x, h3, p, q, rwh, iwh, iflag )

        write (10,100) t, x(1), x(2), x(3), x(4), Tc, h3, mr-mst
100     format( e20.10, 7(1x,e20.10) ) 

  end
  • 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-11T20:22:37+00:00Added an answer on May 11, 2026 at 8:22 pm

    It means "double precision" and the +0 means 10 to the zeroth power (zero is the exponent).

    Here’s a quote from first reference I could find:

    A number stored in a computer is
    limited in magnitude and precision.
    The limits depend on the particular
    computer. Thus, a REAL number has only
    a certain number of significant
    digits. If more significant digits are
    required for a calculation, then
    DOUBLE PRECISION numbers must be used.
    A DOUBLE PRECISION constant is written
    in the same exponential form as a
    single precision REAL constant except
    with a D instead of an E separating
    the mantissa from the exponent.

    And here is a quote from a better reference, http://www.fortran.com, specifically the F77 standard.

    4.5.2 Double Precision Constant.

    The forms of a double precision
    constant are:

    1. Basic real constant
      followed by a double precision
      exponent
    2. Integer constant followed by
      a double precision exponent

    The value
    of a double precision constant is the
    product of the constant that precedes
    the D and the power of ten indicated
    by the integer following the D. The
    integer constant part of form (2) may
    be written with more digits than a
    processor will use to approximate the
    value of the constant.

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

Sidebar

Related Questions

Does anyone know if there is a way to generate different code in the
Does anyone know of any websites, or (preferably) downloadable packages that you can use
Does anyone know of any existing solutions using javascript that can parse a crontab
Does anyone know of any existing packages or libraries that can be used to
does anyone know if iOS Simulator (that goes with XCode) support any kind of
Does anyone know any way to update the resources (images, text files, UI .nib
Does anyone know how I can implement a single Touch Event. A simple, one
Does anyone know any Apache pig documentation which list down all the operators (like
Does anyone know if there is a Prestashop extension for Joomla? I have a
Does anyone know of any resources that talk about best practices or design patterns

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.