Talk:Modular arithmetic: Difference between revisions

Content added Content deleted
m (Improve markup of quoted text)
m (added a section header to the first topic to properly place the table-of-contents (TOC) --- (this happens more often than one would think).)
Line 1: Line 1:

== using (or not) existing libraries==

The task description begins with:
The task description begins with:
<blockquote>''“<small> The purpose of this task is to show, if your programming language allows it, how to redefine operators so that they can be used transparently on modular integers. You can do it either by using a dedicated library, or by implementing your own class. </small>”''</blockquote>
<blockquote>''“<small> The purpose of this task is to show, if your programming language allows it, how to redefine operators so that they can be used transparently on modular integers. You can do it either by using a dedicated library, or by implementing your own class. </small>”''</blockquote>