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

Incorrect division result #67601

Closed
mbrijungmailcom mannequin opened this issue Feb 8, 2015 · 2 comments
Closed

Incorrect division result #67601

mbrijungmailcom mannequin opened this issue Feb 8, 2015 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@mbrijungmailcom
Copy link
Mannequin

mbrijungmailcom mannequin commented Feb 8, 2015

BPO 23413
Nosy @benjaminp

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 2015-02-08.19:15:57.100>
created_at = <Date 2015-02-08.19:13:12.267>
labels = ['type-bug', 'invalid']
title = 'Incorrect division result'
updated_at = <Date 2015-02-08.19:15:57.085>
user = 'https://bugs.python.org/mbrijungmailcom'

bugs.python.org fields:

activity = <Date 2015-02-08.19:15:57.085>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2015-02-08.19:15:57.100>
closer = 'benjamin.peterson'
components = []
creation = <Date 2015-02-08.19:13:12.267>
creator = 'mbrijun@gmail.com'
dependencies = []
files = []
hgrepos = []
issue_num = 23413
keywords = []
message_count = 2.0
messages = ['235564', '235565']
nosy_count = 2.0
nosy_names = ['benjamin.peterson', 'mbrijun@gmail.com']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue23413'
versions = ['Python 3.4']

@mbrijungmailcom
Copy link
Mannequin Author

mbrijungmailcom mannequin commented Feb 8, 2015

Dear Python team,

when dividing 3 by 7, I expect to get the following result:

0.428571428571428571428571428571428571428571428571428571428571...

What I am getting in the Python interpreter is this:

>>> 3 / 7
0.42857142857142855

Which in my opinion is incorrect.

@mbrijungmailcom mbrijungmailcom mannequin added the type-bug An unexpected behavior, bug, or error label Feb 8, 2015
@benjaminp
Copy link
Contributor

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant