|
|
|
@ -314,7 +314,6 @@ PHP_FUNCTION(tanh) |
|
|
|
|
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
/*#ifndef PHP_WIN32*/ |
|
|
|
#if !defined(PHP_WIN32) && !defined(NETWARE) |
|
|
|
/* {{{ proto float asinh(float number) |
|
|
|
Returns the inverse hyperbolic sine of the number, i.e. the value whose hyperbolic sine is number */ |
|
|
|
@ -472,7 +471,6 @@ PHP_FUNCTION(exp) |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
|
|
|
|
/*#ifndef PHP_WIN32*/ |
|
|
|
#if !defined(PHP_WIN32) && !defined(NETWARE) |
|
|
|
/* {{{ proto float expm1(float number) |
|
|
|
Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero */ |
|
|
|
|