- Minor corrections from Stefan for 2.0.

This commit is contained in:
Sylvain Pion 1999-05-26 11:58:33 +00:00
parent 7fbd03022c
commit 09fc9956d1
2 changed files with 6 additions and 4 deletions

View File

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

View File

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