Commit Graph

2 Commits

Author SHA1 Message Date
Peter Wang
c89017a096 Add integer.to_base_string.
library/integer.m:
	Add to_base_string/2.

tests/general/base_string_to_integer.exp:
tests/general/base_string_to_integer.m:
	Extend test case.

NEWS:
	Announce addition.
2015-02-17 12:14:16 +11:00
Julien Fischer
c2e2d69a5c Add the functions integer.from_base_string/2 and
Estimated hours taken: 1.5
Branches: main

library/integer.m:
	Add the functions integer.from_base_string/2 and
	integer.det_from_base_string/2.

NEWS:
	Announce the addition.

tests/general/Mmakefile:
tests/general/.cvsignore:
tests/general/base_string_to_integer.{m,exp}:
	Test the new functions.
2007-05-10 05:55:38 +00:00