mirror of https://github.com/CGAL/cgal
fix brief for e.g. and a.k.a.
This commit is contained in:
parent
111175ee20
commit
721c41f9c8
|
|
@ -22,7 +22,7 @@ namespace CGAL {
|
|||
///
|
||||
|
||||
/// The template function `compare` compares the first argument with respect to
|
||||
/// the second, i.e. it returns `CGAL::LARGER` if \f$x\f$ is larger then \f$y\f$.
|
||||
/// the second, i.e.\ it returns `CGAL::LARGER` if \f$x\f$ is larger then \f$y\f$.
|
||||
/// In case the argument types `NT1` and `NT2` differ,
|
||||
/// `compare` is performed with the semantic of the type determined via
|
||||
/// `Coercion_traits`.
|
||||
|
|
@ -130,9 +130,9 @@ namespace CGAL {
|
|||
///
|
||||
|
||||
///
|
||||
/// The function `integral_division` (a.k.a. exact division or division without remainder)
|
||||
/// The function `integral_division` (a.k.a.\ exact division or division without remainder)
|
||||
/// maps ring elements \f$(x,y)\f$ to ring element \f$z\f$ such that \f$x = yz\f$ if such a \f$z\f$
|
||||
/// exists (i.e. if \f$x\f$ is divisible by \f$y\f$). Otherwise the effect of invoking
|
||||
/// exists (i.e.\ if \f$x\f$ is divisible by \f$y\f$). Otherwise the effect of invoking
|
||||
/// this operation is undefined. Since the ring represented is an integral domain,
|
||||
/// \f$z\f$ is uniquely defined if it exists.
|
||||
/// In case the argument types `NT1` and `NT2` differ,
|
||||
|
|
|
|||
Loading…
Reference in New Issue