Logo

Programming-Idioms

History of Idiom 142 > diff from v34 to v35

Edit summary for version 35 by programming-idioms.org:
+Related URL Wikipedia

Version 34

2019-10-02, 07:27:46

Version 35

2020-10-08, 13:04:44

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"

Variables
s,x
Extra Keywords
hex hexa radix
Extra Keywords
hex hexa radix sexadecimal sixteen