Skip to content

Commit 4a422be

Browse files
committed
.
2 parents aa5fe0b + 33e5b72 commit 4a422be

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CImg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.);

html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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/>

html/header_doxygen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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/>

0 commit comments

Comments
 (0)