Skip to content
Snippets Groups Projects
Commit c140fb11 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Removed unnecessary TODO

parent 56ed7178
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,6 @@ inline double MathFunctions::Sinc(double value) // Sin(x)/x
return gsl_sf_sinc(value/M_PI);
}
// TODO: protection against complex number like (-246.977,-399.616)
inline complex_t MathFunctions::Sinc(const complex_t &value) // Sin(x)/x
{
if(std::abs(value)<Numeric::double_epsilon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment