Logo

Programming-Idioms

History of Idiom 142 > diff from v9 to v10

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

Version 9

2016-08-22, 20:43:34

Version 10

2016-11-11, 16:17:51

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 radix