summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-19 08:37:11 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-19 08:39:02 -0400
commit688d9ed14d976fe7ce810427ec76afcdd23d4757 (patch)
treea6e0cc160772861677aa1de8819b897a8052f875
parentd72cd2ebf566c9150ba4911766b066626c2f2e63 (diff)
downloadperl-688d9ed14d976fe7ce810427ec76afcdd23d4757.tar.gz
Mention more C99 math interfaces.
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9e9419bf23..315c3380e6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -276,8 +276,8 @@ L<Pod::Perldoc> has been upgraded from version 3.23 to 3.24.
L<POSIX> has been upgraded from version 1.42 to 1.43.
-The C99 math functions and constants (for example acosh, round, M_E, M_PI) have
-been added.
+The C99 math functions and constants (for example acosh, isinf, isnan,
+round, trunc; M_E, M_SQRT2, M_PI) have been added.
=item *