The set of the field
The additive operation of the field
The multiplicative operation of the field
OptionaladdIdentity: TThe additive identity element of the field
OptionalmulIdentity: TThe multiplicative identity element of the field
OptionaladdInverter: (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)
OptionalmulInverter: (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.