You Are Here:

Community: Developer Discussion Boards

#1 Old Unhappy why interactive console is not calculating rational numbers? - 2009-03-08, 18:21

Join Date: Sep 2008
Posts: 21
Location: Turkiye
Send a message via MSN to McLightning
McLightning
Offline
Registered User
hi everybody,
sometimes i was using python's interactive console as a calculator but it's not calculating rational numbers like 1/2 ,3/4 it's answering with 0 when i make a calculation that includes rational numbers?
my question is can i calculate rational numbers in python 1.4.5?and how to?
pls help!

sorry for my english.
Reply With Quote

#2 Old Re: why interactive console is not calculating rational numbers? - 2009-03-08, 18:53

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Hi,

x/y by default returns the quotient. For example, 16/5 returns 3 because 16=3*5+1.
Just write one of the numbers as a float and it will work. 16.0/5 returns 3.2

You can also use this:
Code:
>>> from __future__ import division
>>> 11/4
2.75
Reply With Quote

#3 Old Re: why interactive console is not calculating rational numbers? - 2009-03-08, 19:00

Join Date: Sep 2008
Posts: 21
Location: Turkiye
Send a message via MSN to McLightning
McLightning
Offline
Registered User
thanks for help. i got it now.
Last edited by McLightning : 2009-03-08 at 19:14.
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Interactive console BAM8 Python 3 2008-10-27 11:27
Wlan interactive console mlinden Python 1 2008-10-20 05:03
Sensor API within console application Saxer General Symbian C++ 3 2008-07-16 14:38
Can't kill process when console is enabled alav General Symbian C++ 3 2007-11-28 20:07
input function in interactive console d.nieto Python 3 2006-11-11 11:40

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia