Logo

Programming-Idioms

History of Idiom 76 > diff from v40 to v41

Edit summary for version 41 by programming-idioms.org:
Linked to idiom #142 [Hexadecimal digits of an integer]

Version 40

2016-02-18, 16:58:01

Version 41

2016-08-14, 16:24:22

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"