[gnumeric] Docs: update function docs.



commit 1f36036e32e0554e1a3f61a5ac96f70cde514899
Author: Morten Welinder <terra gnome org>
Date:   Fri Feb 15 18:23:40 2013 -0500

    Docs: update function docs.

 doc/C/func.defs     |   14 +++++++-------
 doc/C/functions.xml |   14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 2a099e0..342cd67 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3421,11 +3421,11 @@ The depreciation coefficient used is:
 @CATEGORY=Mathematics
 @FUNCTION=LINSOLVE
 @SHORTDESC=solve linear equation
- SYNTAX=LINSOLVE(mat,col)
- ARGUMENTDESCRIPTION=@{mat}: a matrix
- {col}: a column
- DESCRIPTION=Solves the equation @{mat}*x= {col} and returns x.
- NOTE=If the matrix is singular, #VALUE! is returned.
+ SYNTAX=LINSOLVE(A,B)
+ ARGUMENTDESCRIPTION=@{A}: a matrix
+ {B}: a matrix
+ DESCRIPTION=Solves the equation @{A}*X= {B} and returns X.
+ NOTE=If the matrix @{A} is singular, #VALUE! is returned.
 @SEEALSO=MINVERSE
 
 @CATEGORY=Mathematics
@@ -4848,7 +4848,7 @@ If the data set does not contain any duplicates this function returns a #N/A err
 
 @CATEGORY=Statistics
 @FUNCTION=NORMSDIST
- SHORTDESC=cumulative density function of the standard normal distribution
+ SHORTDESC=cumulative distribution function of the standard normal distribution
 @SYNTAX=NORMSDIST(x)
 @ARGUMENTDESCRIPTION= {x}: number
 @EXCEL=This function is Excel compatible.
@@ -4857,7 +4857,7 @@ If the data set does not contain any duplicates this function returns a #N/A err
 
 @CATEGORY=Statistics
 @FUNCTION=NORMSINV
- SHORTDESC=inverse of the cumulative density function of the standard normal distribution
+ SHORTDESC=inverse of the cumulative distribution function of the standard normal distribution
 @SYNTAX=NORMSINV(p)
 @ARGUMENTDESCRIPTION= {p}: given probability
 @NOTE=If @{p} < 0 or @{p} > 1 this function returns #NUM! error.
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index e92e9d7..0fc224b 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -11536,20 +11536,20 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        
<synopsis><function>LINSOLVE</function>(<parameter>mat</parameter>,<parameter>col</parameter>)</synopsis>
+        <synopsis><function>LINSOLVE</function>(<parameter>A</parameter>,<parameter>B</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>mat</parameter>: a matrix</para>
-        <para><parameter>col</parameter>: a column</para>
+        <para><parameter>A</parameter>: a matrix</para>
+        <para><parameter>B</parameter>: a matrix</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>Solves the equation <parameter>mat</parameter>*x=<parameter>col</parameter> and returns 
x.</para>
+        <para>Solves the equation <parameter>A</parameter>*X=<parameter>B</parameter> and returns X.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If the matrix is singular, #VALUE! is returned.</para>
+        <para>If the matrix <parameter>A</parameter> is singular, #VALUE! is returned.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -16777,7 +16777,7 @@
           <function>NORMSDIST</function>
         </refname>
         <refpurpose>
-        cumulative density function of the standard normal distribution
+        cumulative distribution function of the standard normal distribution
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
@@ -16812,7 +16812,7 @@
           <function>NORMSINV</function>
         </refname>
         <refpurpose>
-        inverse of the cumulative density function of the standard normal distribution
+        inverse of the cumulative distribution function of the standard normal distribution
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]