The set of the field
The additive operation of the field
The multiplicative operation of the field
Optional
addIdentity: TThe additive identity element of the field
Optional
mulIdentity: TThe multiplicative identity element of the field
Optional
addInverter: (a: T) => TThe function to calculate the additive inverse of an element of the field (optional if the set is Z, Q, R, C, or M)
Optional
mulInverter: (a: T) => TThe function to calculate the multiplicative inverse of an element of the field (optional if the set is Z, Q, R, C, or M)
Defines an algebraic structure known as a field.