added missing creation variable in Sqrt functor doc

This commit is contained in:
Susan Hert 2002-03-24 16:57:01 +00:00
parent 3d0362d9f6
commit 57fed99a3d
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,6 @@
4.50 (24 March 02)
- added missing creation variable in Sqrt functor doc.
4.49 (21 March 02)
- Kill lexicographical_sign.

View File

@ -6,6 +6,10 @@ The function object class \ccRefName\ computes the square root of a number.
\ccInclude{CGAL/number_utils.h}
\ccIsModel
\ccRefConceptPage{AdaptableFunctor}
\ccCreationVariable{f}
\ccMethod{NT operator()(const NT& ntval);}
{returns the square root of \ccc{ntval}.}

View File

@ -6,6 +6,10 @@ The function object class \ccRefName\ computes the square root of a number.
\ccInclude{CGAL/number_utils.h}
\ccIsModel
\ccRefConceptPage{AdaptableFunctor}
\ccCreationVariable{f}
\ccMethod{NT operator()(const NT& ntval);}
{returns the square root of \ccc{ntval}.}