General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Numberphile
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "15 and Hexadecimal - Numberphile" video.
Actually even back in the days of 32-bit machines, language compilers would offer software support for 64-bit integers.
1
Common programming languages nowadays let you express numbers in binary, octal, decimal and hex bases, and that’s it. Ada, on the other hand, let you use any base from 2₁₀ to 36₁₀, inclusive. E.g. 9 * 6 = 13#42#
1