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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:08:47+00:00 2026-06-08T03:08:47+00:00

I am doing a calculation with an array which is drawn from mysql and

  • 0

I am doing a calculation with an array which is drawn from mysql and the problem is “division by zero” warning

I am running a loop over this statment

$v = (($v - $valuei)/($valuei) * 100); 

Here $v is is changing (let’s say from 100 to 150 e.g 100, 101, 102, 103,…,150) and $valuei is the intial value of $v (i.e 100) So, when the calculation will start first output should be zero and I want that zero then why it gives a warning “Division By Zero ” and also makes all the “$v” values equal to zero.

  • 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-08T03:08:49+00:00Added an answer on June 8, 2026 at 3:08 am

    The warning suggests, that $valuei is, in fact, 0 during one of the runs.

    Are you sure, that $valuei is initialized properly?
    To get rid of the warning, you should add do:

    if($valuei != 0) {
        $v = (($v - $valuei)/($valuei) * '100');
    }
    

    This way, the warning should disappear.

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

Sidebar

Related Questions

From what I understand, the current method of doing integer division is calculating the
ok so my program seem to be running fine and doing all the calculation
I have a fairly expensive array calculation (SpectralResponse) which I like to keep to
I have a javascript method which is doing some calculation. At the end, I
I'm doing a project with a lot of calculation and i got an idea
I'm doing the foundation calculator homework from the cs193p course, and my +evaluateExpression:usingVariables: method
Doing the getting started of Sinatra. I get this error: ./sinatra.rb:5: undefined method `get'
Here is what I'm doing. My application takes points from the user while dragging
I'm building a list of items in jQuery mobile from an array, and paginating
I'm trying to compare two histograms which I stored as an array. I'm new

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.