added precond d!=0 for constructor

This commit is contained in:
Michael Hemmer 2008-10-06 11:48:52 +00:00
parent 5a40803e35
commit 2c8cd4f7b3
1 changed files with 2 additions and 1 deletions

View File

@ -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