Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

floating point precission #39870

Closed
jburati mannequin opened this issue Jan 26, 2004 · 2 comments
Closed

floating point precission #39870

jburati mannequin opened this issue Jan 26, 2004 · 2 comments

Comments

@jburati
Copy link
Mannequin

jburati mannequin commented Jan 26, 2004

BPO 884598

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-01-26.09:06:35.000>
created_at = <Date 2004-01-26.07:59:57.000>
labels = ['invalid']
title = 'floating point precission'
updated_at = <Date 2004-01-26.09:06:35.000>
user = 'https://bugs.python.org/jburati'

bugs.python.org fields:

activity = <Date 2004-01-26.09:06:35.000>
actor = 'quiver'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2004-01-26.07:59:57.000>
creator = 'jburati'
dependencies = []
files = []
hgrepos = []
issue_num = 884598
keywords = []
message_count = 2.0
messages = ['19830', '19831']
nosy_count = 2.0
nosy_names = ['quiver', 'jburati']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue884598'
versions = []

@jburati
Copy link
Mannequin Author

jburati mannequin commented Jan 26, 2004

I was just trying out Python when I noticed this,
I have checked but could not see any reference to this
bug:

Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC 
v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more 
information.
>>> tax = 5.0 / 100
>>> tax
0.050000000000000003

@jburati jburati mannequin closed this as completed Jan 26, 2004
@jburati jburati mannequin added the invalid label Jan 26, 2004
@jburati jburati mannequin closed this as completed Jan 26, 2004
@jburati jburati mannequin added the invalid label Jan 26, 2004
@quiver
Copy link
Mannequin

quiver mannequin commented Jan 26, 2004

Logged In: YES
user_id=671362

Please see the tutorial.
There's a chapter on "Floating Point Arithmetic".
http://www.python.org/doc/2.3.3/tut/node15.html

This is a feature, not a bug.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants