mirror of https://github.com/CGAL/cgal
added precond d!=0 for constructor
This commit is contained in:
parent
5a40803e35
commit
2c8cd4f7b3
|
|
@ -42,7 +42,8 @@ A \ccStyle{Quotient<NT>} \ccStyle{q} is represented as a pair of
|
|||
NT needs to have a constructor from T.}
|
||||
\ccGlue
|
||||
\ccConstructor{Quotient(const NT& n, const NT& d)}
|
||||
{introduces the quotient \ccStyle{n/d}.}
|
||||
{introduces the quotient \ccStyle{n/d}.\\
|
||||
\ccPrecond $d \neq 0$. }
|
||||
|
||||
|
||||
\ccOperations
|
||||
|
|
|
|||
Loading…
Reference in New Issue