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

Add decimal -> integer conversion operation #745

Open
rprimet opened this issue Nov 8, 2024 · 1 comment
Open

Add decimal -> integer conversion operation #745

rprimet opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
🔧 compiler Issue concerns the compiler 📘 documentation Improvements or additions to documentation ✨ enhancement New feature or request

Comments

@rprimet
Copy link
Contributor

rprimet commented Nov 8, 2024

No description provided.

@AltGr
Copy link
Contributor

AltGr commented Nov 8, 2024

Implemented in #746, but leaving this open as it requires documentation.
In particular, the current behaviour is truncation towards 0 ; it might have made sense to use floor instead. In any case, it should be specified somewhere.

@denismerigoux denismerigoux added ✨ enhancement New feature or request 🔧 compiler Issue concerns the compiler labels Nov 12, 2024
@denismerigoux denismerigoux added the 📘 documentation Improvements or additions to documentation label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 compiler Issue concerns the compiler 📘 documentation Improvements or additions to documentation ✨ enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

3 participants