<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/algebra/integer.spad.pamphlet, branch master</title>
<subtitle>open scientific computation system</subtitle>
<id>https://git.pashev.ru/open-axiom/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/open-axiom/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/'/>
<updated>2016-01-18T06:53:01Z</updated>
<entry>
<title>subtractIfCan$CancellationAbelianMonoid: return the more principled Maybe %</title>
<updated>2016-01-18T06:53:01Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-18T06:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=d07fc9735f40e545edda456e15dbab783c500f6a'/>
<id>urn:sha1:d07fc9735f40e545edda456e15dbab783c500f6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coerceEasy: Allow expansion of current domain in the target mode.</title>
<updated>2016-01-01T02:51:12Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-01T02:51:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4da6a6b5179d818b0f3b50b0e7e271edef7a8489'/>
<id>urn:sha1:4da6a6b5179d818b0f3b50b0e7e271edef7a8489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't unconditionally reference primitive types if they are being defined.</title>
<updated>2016-01-01T01:41:40Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-01T01:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=50617665789d393c74ddbb779129fba0edd201f5'/>
<id>urn:sha1:50617665789d393c74ddbb779129fba0edd201f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve 'random()' from Integer domain.</title>
<updated>2015-12-31T21:29:37Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-12-31T21:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=039d244dbef31e4ca6d34d2cf42b58b41a572884'/>
<id>urn:sha1:039d244dbef31e4ca6d34d2cf42b58b41a572884</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc cleanup of Integer domain implementation.</title>
<updated>2015-12-31T07:21:57Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-12-31T07:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=3fe5ede20d325254817e50d735e9e09c0c875860'/>
<id>urn:sha1:3fe5ede20d325254817e50d735e9e09c0c875860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove attributes unitsKnown, leftUnitary, rightUnitary, canonicalsClosed, central, noetherian, NullSquare, JacobiIdentity.</title>
<updated>2015-12-30T10:56:09Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-12-30T10:56:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=9213251560073e45e73ae94c46bc382a625a57bb'/>
<id>urn:sha1:9213251560073e45e73ae94c46bc382a625a57bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add opposite? and annihilate? exports.</title>
<updated>2013-05-10T09:21:22Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2013-05-10T09:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=0f2fe8a37ab42191fa2b871e0ce8bd05c701eed7'/>
<id>urn:sha1:0f2fe8a37ab42191fa2b871e0ce8bd05c701eed7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* algebra/integer.spad.pamphlet (Integer): Use %iaddmod, %isubmod,</title>
<updated>2012-05-01T02:27:52Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2012-05-01T02:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=e37c877a8ad003972fc6c0206dc6220e266f0a8b'/>
<id>urn:sha1:e37c877a8ad003972fc6c0206dc6220e266f0a8b</id>
<content type='text'>
	%imulmod.
	* algebra/si.spad.pamphlet (SingleInteger): Likewise.
	* interp/c-util.boot (devaluate): Use # in lieu of QVSIZE.
	* interp/g-opt.boot: %ilfshift and %irshift are now builtin
	side-effect free operations.
	* interp/lisp-backend.boot: Translate them.
	* interp/g-util.boot (mergeSort): Avoid QSDIFFERENCE.
	* interp/slam.boot: Likewise.
	* interp/sys-macros.lisp: Likewise.
	* interp/macros.lisp: Avoid QVMAXINDEX.
	* interp/vmlisp.lisp (QSDIFFERENCE): Remove.
	(QSGREATERP): Likewise.
	(QSLEFTSHIFT): Likewise.
	(QSLESSP): Likewise.
	(QSMAX): Likewise.
	(QSMIN): Likewise.
	(QSMINUS): Likewise.
	(QSMINUSP): Likewise.
	(QSODDP): Likewise.
	(QSABSVAL): Likewise.
	(QSPLUS): Likewise.
	(QSZEROP): Likewise.
	(QVMAXINDEX): Likewise.
	(QVSIZE): Likewise.
	(ZERO?): Likewise.
</content>
</entry>
<entry>
<title>	* interp/c-util.boot (inlineDirectCall): Inline a non-side effect</title>
<updated>2011-11-28T19:19:44Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-11-28T19:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=68e2e8c03b04972293096a507a4923df76772e46'/>
<id>urn:sha1:68e2e8c03b04972293096a507a4923df76772e46</id>
<content type='text'>
	free argument in a unary pure function call if it is used exactly once.
	* algebra/integer.spad.pamphlet (Integer) [reducedSystem]: Fix typo.
</content>
</entry>
<entry>
<title>	* algebra/integer.spad.pamphlet (Integer): Remove attribute infinite.</title>
<updated>2011-08-13T17:58:48Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-08-13T17:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=e3addef7d02f432fad8fc0886880f59c40000a5a'/>
<id>urn:sha1:e3addef7d02f432fad8fc0886880f59c40000a5a</id>
<content type='text'>
</content>
</entry>
</feed>
