CGAL::Modular -> CGAL::Residue
ModularTraits::Modular_type -> Residue_type added a History section
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
|
||||
This \ccc{AdaptableUnaryFunction} computes the modular image of the given value
|
||||
with respect to a homomorphism $\varphi$ from the
|
||||
\ccc{ModularTraits::Type} into the \ccc{ModularTraits::Modular_type}.
|
||||
\ccc{ModularTraits::Type} into the \ccc{ModularTraits::Residue_type}.
|
||||
|
||||
The homomorphism preserves the mapping of \ccc{int} into both types
|
||||
, i.e., $\varphi(Type(i)) == Modular\_type(i)$.
|
||||
, i.e., $\varphi(Type(i)) == Residue\_type(i)$.
|
||||
|
||||
|
||||
\ccTypes
|
||||
\ccTypedef{typedef ModularTraits::Modular_type result_type;}{}
|
||||
\ccTypedef{typedef ModularTraits::Residue_type result_type;}{}
|
||||
\ccTypedef{typedef ModularTraits::Type argument_type;}{}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
Reference in New Issue
Block a user