Browse Source

- Fixed build.

PECL
Derick Rethans 18 years ago
parent
commit
af371c9f5e
  1. 2
      ext/standard/math.c

2
ext/standard/math.c

@ -360,7 +360,7 @@ PHP_FUNCTION(asinh)
/* {{{ proto float acosh(float number)
Returns the inverse hyperbolic cosine of the number, i.e. the value whose hyperbolic cosine is number */
PHP_FUNCTION(php_acosh)
PHP_FUNCTION(acosh)
{
double num;

Loading…
Cancel
Save