This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cosh and log10 are already C89.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 13 Nov 2014 01:18:23 +0000 (20:18 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 15 Nov 2014 00:01:50 +0000 (19:01 -0500)
ext/POSIX/POSIX.xs

index a8b115d..ff8d327 100644 (file)
 
   Win32 does seem to have these:
 
-  acosh asinh atanh cbrt copysign cosh expm1 hypot log10 nan
+  acosh asinh atanh cbrt copysign expm1 hypot nan
   nearbyint nextafter nexttoward remainder round scalbn
 
+  Win32 also has these additional math functions:
+
+  log10
+
   And the Bessel functions are defined like _this.
 */