CGAL::Modular -> CGAL::Residue

ModularTraits::Modular_type -> Residue_type
added a History section
This commit is contained in:
Michael Hemmer
2008-09-08 14:46:46 +00:00
parent 8b83ac8319
commit c64aee37fb
9 changed files with 42 additions and 33 deletions
@@ -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}