<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/algebra/poly.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-30T12:23:04Z</updated>
<entry>
<title>FreeModule: Tidy implementation.</title>
<updated>2016-01-30T12:23:04Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-30T12:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=18f925c1f6474349c4f808244c29cdf65fc0a70e'/>
<id>urn:sha1:18f925c1f6474349c4f808244c29cdf65fc0a70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove superflous declarations.</title>
<updated>2016-01-30T11:21:14Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2016-01-30T11:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=dac46336dff97cc6c3b12bcbb781c1cf18135a6d'/>
<id>urn:sha1:dac46336dff97cc6c3b12bcbb781c1cf18135a6d</id>
<content type='text'>
</content>
</entry>
<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>	* algebra/indexedp.spad.pamphlet: Avoid direct use or RPLACD.</title>
<updated>2011-11-26T20:11:59Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-11-26T20:11:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b91436e16c46bb3c8b0fa22d4f81eb8743f6cbd7'/>
<id>urn:sha1:b91436e16c46bb3c8b0fa22d4f81eb8743f6cbd7</id>
<content type='text'>
	* algebra/poly.spad.pamphlet: Likewise.
	* interp/define.boot (spadCompileOrSetq): Tidy replacement info.
	* interp/i-output.boot ($BinaryOperators): New.
	(binaryInfix?): Tidy.
</content>
</entry>
<entry>
<title>	* src/algebra/: Systematically use not zero? when comparing for</title>
<updated>2011-03-13T03:43:50Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-03-13T03:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=11eebf207528f86dfa4556be3b2cc7cba57244a6'/>
<id>urn:sha1:11eebf207528f86dfa4556be3b2cc7cba57244a6</id>
<content type='text'>
	 equality with 0.
</content>
</entry>
<entry>
<title>	* src/algebra/: Systematically use not one? when comparing for</title>
<updated>2011-03-12T22:56:37Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-03-12T22:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=6c75a87d8ee00d48a0f5703aa9c86591078a50d3'/>
<id>urn:sha1:6c75a87d8ee00d48a0f5703aa9c86591078a50d3</id>
<content type='text'>
	 equality with 1.
</content>
</entry>
<entry>
<title>	* src/algebra/: Systematically use negative? when comparing for</title>
<updated>2011-03-12T19:17:32Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-03-12T19:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=c93e84048964194e5674e859d6bd8827010f09f6'/>
<id>urn:sha1:c93e84048964194e5674e859d6bd8827010f09f6</id>
<content type='text'>
	greater than 0.
</content>
</entry>
<entry>
<title>	* algebra/catdef.spad.pamphlet (CharacteristicNonZero)</title>
<updated>2011-03-10T18:14:47Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2011-03-10T18:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=3018eca8731c1ebfc07487d6ba305c82090b4dca'/>
<id>urn:sha1:3018eca8731c1ebfc07487d6ba305c82090b4dca</id>
<content type='text'>
	[charthRoot]:  Now return Maybe %.
	(PolynomialFactorizationExplicit) [charthRoot]: Likewise.
	* algebra/ffcat.spad.pamphlet (FiniteAlgebraicExtensionField):
	Propagate change.
	* algebra/fraction.spad.pamphlet (Fraction) [charthRoot]: Likewise.
	* algebra/poly.spad.pamphlet (UnivariatePolynomialSquareFree):
	Likewise. 
	* algebra/polycat.spad.pamphlet (PolynomialCategory): Likewise.
</content>
</entry>
<entry>
<title>More cleanups</title>
<updated>2010-06-30T02:10:11Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2010-06-30T02:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=4b6d9e4b6f9438b4268ed1230b23d1d83ad8aff3'/>
<id>urn:sha1:4b6d9e4b6f9438b4268ed1230b23d1d83ad8aff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* interp/i-syscmd.boot (reportOpsFromUnitDirectly): Tidy.</title>
<updated>2009-10-15T06:42:17Z</updated>
<author>
<name>dos-reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2009-10-15T06:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=ba8c0daf0ca45c08bd5025f9dd67892132a16110'/>
<id>urn:sha1:ba8c0daf0ca45c08bd5025f9dd67892132a16110</id>
<content type='text'>
</content>
</entry>
</feed>
