Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Error making a simple division #400

Closed
adrianlzt opened this issue Sep 8, 2023 · 2 comments
Closed

Error making a simple division #400

adrianlzt opened this issue Sep 8, 2023 · 2 comments

Comments

@adrianlzt
Copy link

https://insect.sh/?q=1694173011+%2F+60

  1694173011 / 60 = 28236200

But the real result is 28236216.85

Looks like ans have the real result:

>>> 1694173011/60

  1694173011 / 60

   = 28236200

>>> ans * 60

  ans × 60

   = 1694173011

>>> 28236200 * 60

  28236200 × 60

   = 1694172000
@Qyriad
Copy link

Qyriad commented Sep 9, 2023

Think this is the same as #154?

@adrianlzt
Copy link
Author

Looks like

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants