mirror of https://github.com/CGAL/cgal
- Minor corrections from Stefan for 2.0.
This commit is contained in:
parent
7fbd03022c
commit
09fc9956d1
|
|
@ -50,11 +50,12 @@ an interval that does not contain zero, then you can safely determine its sign.
|
|||
\ccCreation
|
||||
|
||||
\ccConstructor{Interval_nt(double d);}
|
||||
{introduces the interval [d;d].}
|
||||
{introduces the interval [\ccc{d};\ccc{d}].}
|
||||
|
||||
\ccConstructor{Interval_nt(double i, double s);}
|
||||
{introduces the interval [i;s].}
|
||||
{introduces the interval [\ccc{i};\ccc{s}].}
|
||||
|
||||
\ccSetThreeColumns{Interval_nt}{}{\hspace*{8.5cm}}
|
||||
\ccFunction{Interval_nt convert_to<Interval_nt>(NT);}
|
||||
{Several such functions provide a cast from the following numerical types
|
||||
to an \ccc{Interval_nt} containing the value. The following types are
|
||||
|
|
|
|||
|
|
@ -50,11 +50,12 @@ an interval that does not contain zero, then you can safely determine its sign.
|
|||
\ccCreation
|
||||
|
||||
\ccConstructor{Interval_nt(double d);}
|
||||
{introduces the interval [d;d].}
|
||||
{introduces the interval [\ccc{d};\ccc{d}].}
|
||||
|
||||
\ccConstructor{Interval_nt(double i, double s);}
|
||||
{introduces the interval [i;s].}
|
||||
{introduces the interval [\ccc{i};\ccc{s}].}
|
||||
|
||||
\ccSetThreeColumns{Interval_nt}{}{\hspace*{8.5cm}}
|
||||
\ccFunction{Interval_nt convert_to<Interval_nt>(NT);}
|
||||
{Several such functions provide a cast from the following numerical types
|
||||
to an \ccc{Interval_nt} containing the value. The following types are
|
||||
|
|
|
|||
Loading…
Reference in New Issue