From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.2.2
PHP Bug Type:     Documentation problem
Bug description:  typo in expm1

The function description reads:

Returns exp(number) - 1, computed in a way that accurate even when the
value of number is close to zero

This should be:

Returns exp(number) - 1, computed in a way that is accurate even when the
value of number is close to zero.

Where "number" and exp(?) is correctly xml'ed/etc.
-- 
Edit bug report at http://bugs.php.net/?id=19132&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19132&r=trysnapshot
Fixed in CVS:        http://bugs.php.net/fix.php?id=19132&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=19132&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=19132&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19132&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19132&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19132&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=19132&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=19132&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=19132&r=globals


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to