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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:46:07+00:00 2026-06-05T05:46:07+00:00

Possible Duplicate: C problem – division result is always zero I’m trying to get

  • 0

Possible Duplicate:
C problem – division result is always zero

I’m trying to get my head around how objective C works, Can anyone explain what I’m doing wrong?

double hr = ((1/360) * 300);
NSLog(@"%f", hr);

returns:

2012-06-06 14:07:02.511 Clock2[3385:f803] 0.000000

Thanks in advance

  • 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-05T05:46:08+00:00Added an answer on June 5, 2026 at 5:46 am

    C and related languages such as C++ and Objective C use integer (truncating) division when both LHS and RHS are integers, so 1 / 360 = 0. For floating point arithmetic try to get into the habit of using floating point literals, even for whole numbers, i.e. change:

    double hr = ((1/360) * 300);
    

    to:

    double hr = ((1.0/360.0) * 300.0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Raphaeljs and Internet Explorer, problem when clicking an element I'm trying to
Possible Duplicate: Android AdMobs problem. I am trying to put in an ad but
Possible Duplicate: c++ template problem Hi Everyone: I'm stuck trying to do the following:
Possible Duplicate: Problem when loading php file into variable (Load result of php code
Possible Duplicate: Problem getting Facebook pictures via iOS How to get user's facebook profile
Possible Duplicate: Javascript infamous Loop problem? For some reason I get 6 inside my
Possible Duplicate: Css z-index problem Is there away that I can get the border
Possible Duplicate: 3.2 sdk platform install problem. “Done. Nothing was installed” I'm trying to
Possible Duplicate: change colors of table with javascript for this problem im trying to
Possible Duplicate: Problem with processing individual strings stored in an array of pointers to

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.