.digit256 | R Documentation |
Extract the n-th digit of a duocentehexaquinquagesimal number
.digit256(x, d)
x |
|
d |
|
For b = 256
if
x = a_0 + a_1b + a_2b^2 + a_3b^3
then .digit(x, d) = a_d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.