Logo

Programming-Idioms

History of Idiom 142 > diff from v1 to v2

Edit summary for version 2 by programming-idioms.org:
Linked to idiom #76 [Binary digits from an integer]

Version 1

2016-08-14, 16:22:21

Version 2

2016-08-14, 16:24:22

Idiom #142 Hexadecimal digits of an integer

Assign to string s the hexadecimal representation (base 16) of integer x.

E.g. 999 -> "3e7"

Idiom #142 Hexadecimal digits of an integer

Assign to string s the hexadecimal representation (base 16) of integer x.

E.g. 999 -> "3e7"

Extra Keywords
hex hexa
Extra Keywords
hex hexa