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

o doesn't work for float 0.0 #192

Open
kcruijss opened this issue May 9, 2022 · 1 comment
Open

o doesn't work for float 0.0 #192

kcruijss opened this issue May 9, 2022 · 1 comment

Comments

@kcruijss
Copy link

kcruijss commented May 9, 2022

If we use o with an integer 0 we get the expected answer 1 - e.g. 0o: try it online.
But if we have a float 0.0 it times out instead - e.g. 0;o: try it online.
(When the float is a string it does work - e.g. 0;§o: try it online, or as input: try it online.

Found in this codegolf answer of mine.

@monkeygroover
Copy link
Contributor

This looks like another that is fixed in the latest code and only an issue with the TIO version

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

2 participants