Skip to content

Commit

Permalink
Document requirement of FT
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Jan 8, 2025
1 parent 3bd4642 commit 0e0d81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Point type.
using Point_d = unspecified_type;

/*!
The number type of the %Cartesian coordinates of type `Point_d`.
The number type of the %Cartesian coordinates of type `Point_d`. It must be a model of `FieldNumberType`.
For a given `FT n`, `to_interval(n)` must be a valid expression and it must
return an interval containing `n`, represented by a `std::pair<double, double>`.
*/
Expand Down

0 comments on commit 0e0d81e

Please sign in to comment.