mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #60669 - invalid word "progragation" should be "propagation"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b4dcc6c31d
commit
2684871e4f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ EXPONENT_DNUM [+-]?(({LNUM} | {DNUM}) [eE][+-]? {LNUM})
|
|||
system, PHP typically uses the IEEE 754 double precision format, which will
|
||||
give a maximum relative error due to rounding in the order of 1.11e-16.
|
||||
Non elementary arithmetic operations may give larger errors, and, of course,
|
||||
error progragation must be considered when several operations are
|
||||
error propagation must be considered when several operations are
|
||||
compounded.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue