Atom - - To Bijective Base

Characters:

Tags: math , number , array , vectorize , base

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Convert x to bijective base y (digits are [1, 2, ..., y] rather than [0, 1, ..., y - 1]).

Details

Note that there is no "from bijective base" atom because the bijective base representation is still a valid representation in that ḅ/code> (From Base) will obtain the same value; the bijective part comes from the digits' range.