File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26146,7 +26146,7 @@ namespace cimg_library {
2614626146#if cimg_use_cpp11==1
2614726147 _cimg_mp_func1(erf,std::erf(arg0));
2614826148#else
26149- _cimg_mp_func1(erf,cimg::type<double>::nan());
26149+ _cimg_mp_func1(erf,(arg0, cimg::type<double>::nan() ));
2615026150#endif
2615126151 _cimg_mp_func1(erfinv,cimg::erfinv(arg0));
2615226152 _cimg_mp_func1(exp,std::exp(arg0));
@@ -26158,7 +26158,7 @@ namespace cimg_library {
2615826158#if cimg_use_cpp11==1
2615926159 _cimg_mp_func1(gamma,std::tgamma(arg0));
2616026160#else
26161- _cimg_mp_func1(gamma,cimg::type<double>::nan());
26161+ _cimg_mp_func1(gamma,((double)arg0, cimg::type<double>::nan() ));
2616226162#endif
2616326163 _cimg_mp_func1(int,(longT)arg0);
2616426164 _cimg_mp_func1(isbool,arg0==0. || arg0==1.);
Original file line number Diff line number Diff line change 1616 < div class ="header ">
1717< a href ="index.html "> < img alt ="Logo " src ="img/logo_header.jpg " class ="center_image " style ="margin-top:1em; "/> </ a >
1818 < h2 style ="padding-bottom: 1em ">
19- Latest stable version: < b > < a href ="http://cimg.eu/files/CImg_3.7.4.zip "> 3.7.4</ a > </ b > Current pre-release: < b > < a href ="http://cimg.eu/files/CImg_latest.zip "> 3.7.5</ a > </ b > (2026/04/24 )
19+ Latest stable version: < b > < a href ="http://cimg.eu/files/CImg_3.7.4.zip "> 3.7.4</ a > </ b > Current pre-release: < b > < a href ="http://cimg.eu/files/CImg_latest.zip "> 3.7.5</ a > </ b > (2026/04/29 )
2020 </ h2 >
2121
2222 < hr />
Original file line number Diff line number Diff line change 2626 < div class ="header ">
2727< a href ="../index.html "> < img alt ="Logo " src ="../img/logo_header.jpg " class ="center_image " style ="margin-top:1em; "/> </ a >
2828 < h2 style ="padding-bottom: 1em ">
29- Latest stable version: < b > < a href ="http://cimg.eu/files/CImg_3.7.4.zip "> 3.7.4</ a > </ b > Current pre-release: < b > < a href ="http://cimg.eu/files/CImg_latest.zip "> 3.7.5</ a > </ b > (2026/04/24 )
29+ Latest stable version: < b > < a href ="http://cimg.eu/files/CImg_3.7.4.zip "> 3.7.4</ a > </ b > Current pre-release: < b > < a href ="http://cimg.eu/files/CImg_latest.zip "> 3.7.5</ a > </ b > (2026/04/29 )
3030 </ h2 >
3131
3232 < hr />
You can’t perform that action at this time.
0 commit comments