<< angle | Elementary functions | bernsteinMatrix >> |
D = base2dec(TXT, B) |
a char array.
an integer value: [2, 36].
result of base2dec: an integer value.
base2dec converts number in a base to decimal.
Note:
- dec2base and base2dec are inverses of one another.
- values are cached to speed up next computation base2dec('', 2) to clear cache.
base2dec('313', 3)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET