Description Usage Arguments Value Examples
this functions converts integers from a given base to another
1  | from_x_to_y(bse1, bse2, x)
 | 
bse1 | 
 integer from 2 to 10. Original base of the number  | 
bse2 | 
 integer from 2 to 10. New base to convert the number  | 
x | 
 number in base bse  | 
integer in base 10
1 2  | ###convert 44 in base 5 to base 3
from_x_to_y(5,3,44)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.