fix return type documentation

This commit is contained in:
Sébastien Loriot 2016-08-30 10:27:38 +02:00
parent 9257b803a2
commit 641d5d51ef
1 changed files with 2 additions and 2 deletions

View File

@ -85,13 +85,13 @@ NT exact();
returns an interval containing the
exact value.
*/
Interval_nt<true> approx();
Interval_nt<false> approx();
/*!
returns an interval containing the
exact value.
*/
Interval_nt<false> interval();
Interval_nt<true> interval();
/*!
specifies the relative precision that `to_double()` has to fulfill.