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

within the recursive environment doesn't truncate decimals like other builtins that take integer arguments #195

Open
kcruijss opened this issue Jul 3, 2022 · 0 comments

Comments

@kcruijss
Copy link

kcruijss commented Jul 3, 2022

Almost all 05AB1E builtins that require integer arguments, will truncate decimal values when given instead, which is a great feature. Unfortunately, a(x) (and a(n-x) as well) within the recursive environment doesn't seem to do this.

Try it online to reproduce.
Try it online with ï as workaround for the intended result.
Found in this codegolf answer of mine.

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