Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-03-2009, 01:36 AM   #1 (permalink)
Registered Member
 
Frankie's Avatar
 
Join Date: Jun 2009
Location: San Antonio, TX
Posts: 104
Send a message via MSN to Frankie
Angry Equation not working???

I use this to do a simple calculation but it won't work. Keeps bringing up 0.00

Code:
float tipTotal = tipSelected * 3.8 / [billTotal.text floatValue];
tipAmount.text = [NSString stringWithFormat:@"%.2f", tipTotal];
But this works....
Code:
float tipTotal = [billTotal.text floatValue] / tipSelected * 3.8 ;
tipAmount.text = [NSString stringWithFormat:@"%.2f", tipTotal];
I need it the first way though. What am I doing wrong???
Frankie is offline   Reply With Quote
Old 08-03-2009, 02:03 AM   #2 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
smasher's Avatar
 
Join Date: Jul 2008
Location: San Mateo, CA (San Fran)
Posts: 3,858
Default

What type is tipSelected, and what is its value? if it's value is less than one, then tipTotal will be much smaller then one cent, and will get rounded to 0.00 by your %.2f. Your first set of code seems to give the mathematically "correct" answer if I plug in 10 and 50.

Code:
	int tipSelected = 10;
	float subtotal = 50.00
	float tipTotal = tipSelected * 3.8 / subtotal;    
	NSLog(@"tipTotal: %f", tipTotal);
I don't really understand your code or what you're calculating though; what is the 3.8 for, and why are you dividing by the bill amount?
__________________

Free Games!
smasher is offline   Reply With Quote
Reply

Bookmarks

Tags
code, divide, equal, help!, math

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 254
19 members and 235 guests
ADY, Alsahir, beleg_1998, Dani77, e2applets, iDifferent, iph_s, JamesCahall, JasonR, mer10, Monstertaco, prchn4christ, Promo Dispenser, Robiwan, Rudy, smithdale87, spiderguy84, timle8n1
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,880
Threads: 89,228
Posts: 380,756
Top Poster: BrianSlick (7,129)
Welcome to our newest member, @sandris
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:18 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0