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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T13:03:34+00:00 2026-06-16T13:03:34+00:00

Possible Duplicate: Floating point division vs floating point multiplication recently, i have written a

  • 0

Possible Duplicate:
Floating point division vs floating point multiplication

recently, i have written a program that calculates how long it takes my computer
to calculate real multiplications, divisions and additions.

for that, i have used the functions QueryPerformanceFrequency and QueryPerformanceCounter
in order to get time intervals.

i have tested my program using 6,000,000 iterations : 6000000 multiplications, divisions and sums (with float variables), and get this results:

O.S = Windows Vista (TM) Home Premium, 32-bit (Service Pack 2)
Processor = Intel Core (TM)2 Quad CPU Q8200
Processor Freq = 2.33 GHz

Compiler = Visual C++ Express Edition


    nº iterations                              time in micro seconds
    6000000 x real    mult + assignment ->     15685.024214 us
    6000000 x real     div + assignment ->     51737.441490 us
    6000000 x real     sum + assignment ->     15448.471803 us
    6000000 x real           assignment ->     12987.614348 us

    nº iterations                              time in micro seconds 
    6000000 x real                mults ->      2697.409866 us
    6000000 x real                 divs ->     38749.827143 us
    6000000 x real                 sums ->      2460.857455 us

    1 Iteration                          time in nano seconds
    real                 mult ->         0.449568 ns
    real                  div ->         6.458305 ns
    real                  sum ->         0.410143 ns

Is it possible that the division is six times slower than multiplication, and
addition practically equal than multiplication (~ 0.42 ns) ?

  • 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-06-16T13:03:35+00:00Added an answer on June 16, 2026 at 1:03 pm

    Yes it is. If you have ever done division manually, then you know that it involves lots of sub-operations.

    As for addition vs. multiplication being about the same speed: those have more to do with setting up the operands and storing the result than the actual computation. You might be able to get more difference between them by compiling using SSE instructions for addition and multiplication (on x86).

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

Sidebar

Related Questions

Possible Duplicate: Strange floating-point behaviour in a Java program Why does JSP/JSTL division by
Possible Duplicate: Floating point equality in python I have a small issue about my
Possible Duplicate: Division in script and floating-point Mismatch Percentage: $((( 100 * $TEST2 )
Possible Duplicate: Is JavaScript’s Floating-Point Math Broken? Note - I have read other posts
Possible Duplicate: Strange floating-point behaviour in a Java program I came across this weird
Possible Duplicate: Floating point comparison I have a problem about the accuracy of float
Possible Duplicate: Floating point inaccuracy examples In my computer and using g++ I found
Possible Duplicate: How to convert floats to human-readable fractions? I have a floating point
Possible Duplicate: Floating point error in representation? I have problem with this code int
Possible Duplicate: Why is floating point arithmetic in C# imprecise? I have been dealing

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.