We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1a6d6 commit 07b425bCopy full SHA for 07b425b
Changes
@@ -1,3 +1,5 @@
1
+- fix Math function prototypes for GCC 15 (#528) - thanks @jplesnik for report
2
+
3
2.099 2025-01-23
4
- fix test that assumed acosh(0)->byte, i.e. nan()->byte, was always 0 (#514) - thanks @eserte for report
5
- separate PDL::Type POD documentation
lib/PDL/Math/yn.c
@@ -61,7 +61,7 @@ int n;
61
double x;
62
{
63
double an, anm1, anm2, r;
64
-double y0(), y1(), log();
+double y0(double), y1(double), log(double);
65
int k, sign;
66
67
if( n < 0 )
0 commit comments