mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected desc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327095 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2177c63915
commit
0f3c725d98
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
<para>
|
||||
Divides each value from <parameter>real0</parameter> by the corresponding
|
||||
value from <parameter>real1</parameter> and returns the resulting array.
|
||||
Basically this is the reverse operation of cross product.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>array</type><parameter>real1</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Calculates the cross product of <parameter>real0</parameter> with
|
||||
Calculates the vector dot product of <parameter>real0</parameter> with
|
||||
<parameter>real1</parameter> and returns the resulting vector.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue