Skip to content

Fix integer division #7

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

Open
Quaqqer opened this issue Apr 30, 2024 · 0 comments
Open

Fix integer division #7

Quaqqer opened this issue Apr 30, 2024 · 0 comments

Comments

@Quaqqer
Copy link
Owner

Quaqqer commented Apr 30, 2024

Currently integer division does not work as hoped. In python -1 // 2 == -1 which is what I would expect, but currently in saft it evaluates to 0. It should behave like it does in python (except that it should always return integer values, in python it returns floats sometimes).

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

1 participant