We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06b7da commit 33e5b72Copy full SHA for 33e5b72
1 file changed
CImg.h
@@ -26146,7 +26146,7 @@ namespace cimg_library {
26146
#if cimg_use_cpp11==1
26147
_cimg_mp_func1(erf,std::erf(arg0));
26148
#else
26149
- _cimg_mp_func1(erf,cimg::type<double>::nan());
+ _cimg_mp_func1(erf,(arg0,cimg::type<double>::nan()));
26150
#endif
26151
_cimg_mp_func1(erfinv,cimg::erfinv(arg0));
26152
_cimg_mp_func1(exp,std::exp(arg0));
0 commit comments