Numbers Concatenation

From GM-RKB
Jump to navigation Jump to search

A Numbers Concatenation is a Sequence Concatenation that joins the numerals of two or more numbers.



References

2021b

The formula for the concatenation of numbers $p$ and $q$ in base $b$ is

$p\parallel q=pb^{l(q)}+q$,

where

$l(q)=\left\lfloor\log _{b} q\right\rfloor+1$

is the number length of $q$ in base $b$ and $\lfloor x\rfloor$ is the floor function.