mirror of https://github.com/CGAL/cgal
* cast double to float is forbidden with {} because it loses information
* cast double to float or to exact types is OK
* numeric_limits<FT> does not work for exact types FT
* using explicitely numeric_limits<float>, is not an option either
because casting it to exact FT would not work
|
||
|---|---|---|
| .. | ||
| evolution.h | ||
| fitness_function.h | ||
| helper.h | ||
| nelder_mead_functions.h | ||
| optimize_2.h | ||
| population.h | ||