Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Warning: Division by zero
Old 11-21-2010, 09:24 PM Warning: Division by zero
Skilled Talker

Posts: 97
Name: rhoda
Trades: 0
Good day I got a warning like this :
Warning: Division by zero in C:\Documents and Settings\LT\report.php on line 122
Warning: Division by zero in C:\Documents and Settings\LT\report.php on line 220
I have this code in line 22:
PHP Code:
$yield = ($c_output $f_input) * 100
and this is my code in line 220
PHP Code:
$yield = ($sol_output $buff_input) * 100
my c_output is = 65.17
f_input is = 68.40
so the result should be : 95.27 but on my output is 0.00%
and my sol_output = 0.00
buff_input = 0. 00
and the result is 0.00 % which is correct but why I got this warning.

Thank you
newphpcoder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-21-2010, 09:40 PM Re: Warning: Division by zero
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
You cannot divide a zero value. If the argument is placed in a function or method, be sure to pass it in through the argument parameters or declair it global.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 11-29-2010, 07:32 PM Re: Warning: Division by zero
Skilled Talker

Posts: 97
Name: rhoda
Trades: 0
Quote:
Originally Posted by mgraphic View Post
You cannot divide a zero value. If the argument is placed in a function or method, be sure to pass it in through the argument parameters or declair it global.

Thank you
newphpcoder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Warning: Division by zero
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18668 seconds with 12 queries