#include <vector>
Include dependency graph for base.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | dec2base (unsigned int num, int base, std::vector< int > &s) |
| change base | |
| bool | dec2bases (unsigned int num, const std::vector< int > &bases, std::vector< int > &s) |
| unsigned int | base2dec (const std::vector< int > &s, int base) |
| unsigned int | bases2dec (const std::vector< int > &s, const std::vector< int > &bases) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
change base
|
|
||||||||||||||||
|
|
1.4.6