Math.Algebra.Field.Base
Documentation
Instances
| Eq Q | |
| Fractional Q | |
| Num Q | |
| Ord Q | |
| Show Q | |
| IntegerAsType n => PolynomialAsType Q (Sqrt n) |
Instances
| Eq (Fp n) | |
| IntegerAsType n => Fractional (Fp n) | |
| IntegerAsType n => Num (Fp n) | |
| Ord (Fp n) | |
| Show (Fp n) | |
| IntegerAsType p => FiniteField (Fp p) |
class FiniteField fq whereSource
Instances
| IntegerAsType p => FiniteField (Fp p) | |
| (Num k, FiniteField k, PolynomialAsType k poly) => FiniteField (ExtensionField k poly) |