You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: