.digit256 {healthyAddress} | R Documentation |
Extract the n-th digit of a duocentehexaquinquagesimal number
Description
Extract the n-th digit of a duocentehexaquinquagesimal number
Usage
.digit256(x, d)
Arguments
x |
|
d |
|
Value
For b = 256
if
x = a_0 + a_1b + a_2b^2 + a_3b^3
then .digit(x, d) = a_d
[Package healthyAddress version 0.4.3 Index]