Logo

Programming-Idioms

History of Idiom 76 > diff from v84 to v85

Edit summary for version 85 by programming-idioms.org:
Linked to idiom #262 [Count trailing zero bits]

Version 84

2021-09-16, 07:32:48

Version 85

2021-09-30, 10:45:33

Idiom #76 Binary digits from an integer

Create the string s of integer x written in base 2.

E.g. 13 -> "1101"

Idiom #76 Binary digits from an integer

Create the string s of integer x written in base 2.

E.g. 13 -> "1101"

Variables
s,x
Variables
s,x
Extra Keywords
int radix print
Extra Keywords
int radix print