Logo

Programming-Idioms

History of Idiom 76 > diff from v42 to v43

Edit summary for version 43 by programming-idioms.org:
+keywords

Version 42

2016-08-14, 16:31:06

Version 43

2016-11-11, 16:17:34

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"

Extra Keywords
int radix