Exports
| 0: | % | Additive identity |
| 1: | % | Multiplicative identity |
| -: | % |
Negation |
| -: | (%, %) |
Substraction |
| +: | (%, %) |
Addition |
| (%, %) |
Multiplication | |
| /: | (%, %) |
Exact division |
| ^: | (%, %) |
Exponentiation |
| <: | (%, %) |
Comparison |
| >: | (%, %) |
Comparison |
| (%, %) |
Comparison | |
| (%, %) |
Comparison | |
| Tuple % |
Construct a structure | |
| coerce: | Boolean |
Convert a boolean to a ring element |
| coerce: | Integer |
Convert an integer to a ring element |
| integer: | % |
Convert to an integer |
| product: | List % |
Multiplication |
| sum: | List % |
Addition |