mirror of https://github.com/CGAL/cgal
added missing creation variable in Sqrt functor doc
This commit is contained in:
parent
3d0362d9f6
commit
57fed99a3d
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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}.}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}.}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue