Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnumeric
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
368
Issues
368
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
352d6328
Commit
352d6328
authored
May 27, 2000
by
Valek Frob
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos in description fixed.
parent
c20793a2
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
73 additions
and
38 deletions
+73
-38
ChangeLog
ChangeLog
+5
-0
ChangeLog-2000-10-10
ChangeLog-2000-10-10
+5
-0
OChangeLog-2000-10-10
OChangeLog-2000-10-10
+5
-0
OChangeLog-2001-06-26
OChangeLog-2001-06-26
+5
-0
OChangeLog-2002-01-22
OChangeLog-2002-01-22
+5
-0
OChangeLog-2003-12-23
OChangeLog-2003-12-23
+5
-0
OChangeLog-2005-11-14
OChangeLog-2005-11-14
+5
-0
plugins/fn-lookup/functions.c
plugins/fn-lookup/functions.c
+1
-1
plugins/fn-math/functions.c
plugins/fn-math/functions.c
+8
-8
plugins/fn-stat/functions.c
plugins/fn-stat/functions.c
+10
-10
src/functions/fn-lookup.c
src/functions/fn-lookup.c
+1
-1
src/functions/fn-math.c
src/functions/fn-math.c
+8
-8
src/functions/fn-stat.c
src/functions/fn-stat.c
+10
-10
No files found.
ChangeLog
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
ChangeLog-2000-10-10
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
OChangeLog-2000-10-10
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
OChangeLog-2001-06-26
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
OChangeLog-2002-01-22
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
OChangeLog-2003-12-23
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
OChangeLog-2005-11-14
View file @
352d6328
2000-05-27 Valek Filippov <frob@df.ru>
* src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in
description fixed.
2000-05-27 Almer. S. Tigelaar. <almer1@dds.nl>
* src/dialogs/stf-parse.c:
...
...
plugins/fn-lookup/functions.c
View file @
352d6328
...
...
@@ -677,7 +677,7 @@ static char *help_indirect = {
"reference the format of which is either A1 or R1C1 style. The "
"style is set by the format boolean, which defaults to the former."
"
\n
"
"If ref_text is not a valid reference returns #REF! "
"If
@
ref_text is not a valid reference returns #REF! "
"
\n
"
"@EXAMPLES=
\n
"
"
\n
"
...
...
plugins/fn-math/functions.c
View file @
352d6328
...
...
@@ -1347,18 +1347,18 @@ gnumeric_randbinom (FunctionEvalInfo *ei, Value **argv)
/***************************************************************************/
static
char
*
help_randnegbinom
=
{
N_
(
"@FUNCTION=R
andNegBinom
\n
"
"@SYNTAX=R
andNegBinom
(p,failures)
\n
"
N_
(
"@FUNCTION=R
ANDNEGBINOM
\n
"
"@SYNTAX=R
ANDNEGBINOM
(p,failures)
\n
"
"@DESCRIPTION="
"R
andNegBinom
returns a negitive binomialy distributed random "
"R
ANDNEGBINOM
returns a negitive binomialy distributed random "
"number. "
"
\n
"
"If @p < 0 or @p > 1
RandNegBinom
returns #NUM! error. "
"If @failures R
andNegBinom
returns #NUM! error. "
"If @p < 0 or @p > 1
, RANDNEGBINOM
returns #NUM! error. "
"If @failures R
ANDNEGBINOM
returns #NUM! error. "
"
\n
"
"@EXAMPLES=
\n
"
"R
andNegBinom
(0.5,2).
\n
"
"R
ANDNEGBINOM
(0.5,2).
\n
"
"
\n
"
"@SEEALSO=RAND,RANDBETWEEN"
)
};
...
...
@@ -3228,7 +3228,7 @@ static char *help_mdeterm = {
"@EXAMPLES=
\n
"
"Let us assume that A1, ..., A4 contain numbers 2, 3, 7, and 3, "
"B1, ..., B4 4, 2, 4, and 1, C1, ..., C4 9, 4, 3, and 2, and "
"D1, ..., D4 7, 3, 6, and 5.
Then.
\n
"
"D1, ..., D4 7, 3, 6, and 5.
Then
\n
"
"MDETERM(A1:D4) equals 148.
\n
"
"
\n
"
"@SEEALSO=MMULT, MINVERSE"
)
...
...
@@ -3281,7 +3281,7 @@ static char *help_sumproduct = {
"products. If an array entry is not numeric, the value zero is "
"used instead. "
"
\n
"
"If array or range arguments do not have the same dimentions, "
"If array
s
or range arguments do not have the same dimentions, "
"SUMPRODUCT returns #VALUE! error. "
"This function is Excel compatible. "
"
\n
"
...
...
plugins/fn-stat/functions.c
View file @
352d6328
...
...
@@ -153,7 +153,7 @@ static char *help_var = {
"@DESCRIPTION="
"VAR estimates the variance of a sample of a population. "
"To get the true variance of a complete population use @VARP"
"To get the true variance of a complete population use @VARP
.
"
"
\n
"
"(VAR is also known as the N-1-variance. Under reasonable "
"conditions, it is the maximum-likelihood estimator for the "
...
...
@@ -186,7 +186,7 @@ static char *help_stdev = {
"@DESCRIPTION="
"STDEV returns standard deviation of a set of numbers "
"treating these numbers as members of a population"
"treating these numbers as members of a population
.
"
"This function is Excel compatible. "
"
\n
"
"@EXAMPLES=
\n
"
...
...
@@ -215,7 +215,7 @@ static char *help_stdevp = {
"@DESCRIPTION="
"STDEVP returns standard deviation of a set of numbers "
"treating these numbers as members of a complete population"
"treating these numbers as members of a complete population
.
"
"This function is Excel compatible. "
"
\n
"
"@EXAMPLES=
\n
"
...
...
@@ -1042,7 +1042,7 @@ static char *help_skewp = {
"@SYNTAX=SKEWP(n1, n2, ...)
\n
"
"@DESCRIPTION="
"SKEW returns the population skewness of a data set."
"SKEW
P
returns the population skewness of a data set."
"
\n
"
"Strings and empty cells are simply ignored."
"
\n
"
...
...
@@ -1155,7 +1155,7 @@ static char *help_gammadist = {
"@DESCRIPTION="
"GAMMADIST function returns the gamma distribution. If @cum "
"is TRUE GAMMADIST returns the incomplete gamma function, "
"is TRUE
,
GAMMADIST returns the incomplete gamma function, "
"otherwise it returns the probability mass function."
"
\n
"
"If @x < 0 GAMMADIST returns #NUM! error. "
...
...
@@ -1733,7 +1733,7 @@ static char *help_critbinom = {
"@DESCRIPTION="
"CRITBINOM function returns the smallest value for which the"
"cumulative is
c
reater than or equal to a given value. "
"cumulative is
g
reater than or equal to a given value. "
"@n is the number of trials, @p is the probability of success in "
"trials, and @alpha is the criterion value. "
"
\n
"
...
...
@@ -1807,7 +1807,7 @@ static char *help_hypgeomdist = {
"@SYNTAX=HYPGEOMDIST(x,n,M,N)
\n
"
"@DESCRIPTION="
"HYPGEOMDIST function returns the hypergeometric distribution "
"HYPGEOMDIST function returns the hypergeometric distribution
.
"
"@x is the number of successes in the sample, @n is the number "
"of trials, @M is the number of successes overall, and @N is the"
"population size."
...
...
@@ -2094,7 +2094,7 @@ static char *help_kurtp = {
"@SYNTAX=KURTP(n1, n2, ...)
\n
"
"@DESCRIPTION="
"KURT returns the population kurtosis of a data set."
"KURT
P
returns the population kurtosis of a data set."
"
\n
"
"Strings and empty cells are simply ignored."
"
\n
"
...
...
@@ -2224,7 +2224,7 @@ static char *help_poisson = {
"@SYNTAX=POISSON(x,mean,cumulative)
\n
"
"@DESCRIPTION="
"POISSON function returns the Poisson distribution "
"POISSON function returns the Poisson distribution
.
"
"@x is the number of events, @mean is the expected numeric value "
"@cumulative describes whether to return the sum of the "
"poisson function from 0 to @x."
...
...
@@ -3281,7 +3281,7 @@ static char *help_quartile = {
"QUARTILE function returns the quartile of the given data "
"points. "
"
\n
"
"If
quart is equal to:
QUARTILE returns:
\n
"
"If
@quart is equal to:
QUARTILE returns:
\n
"
"0 the smallest value of @array.
\n
"
"1 the first quartile
\n
"
"2 the second quartile
\n
"
...
...
src/functions/fn-lookup.c
View file @
352d6328
...
...
@@ -677,7 +677,7 @@ static char *help_indirect = {
"reference the format of which is either A1 or R1C1 style. The "
"style is set by the format boolean, which defaults to the former."
"
\n
"
"If ref_text is not a valid reference returns #REF! "
"If
@
ref_text is not a valid reference returns #REF! "
"
\n
"
"@EXAMPLES=
\n
"
"
\n
"
...
...
src/functions/fn-math.c
View file @
352d6328
...
...
@@ -1347,18 +1347,18 @@ gnumeric_randbinom (FunctionEvalInfo *ei, Value **argv)
/***************************************************************************/
static
char
*
help_randnegbinom
=
{
N_
(
"@FUNCTION=R
andNegBinom
\n
"
"@SYNTAX=R
andNegBinom
(p,failures)
\n
"
N_
(
"@FUNCTION=R
ANDNEGBINOM
\n
"
"@SYNTAX=R
ANDNEGBINOM
(p,failures)
\n
"
"@DESCRIPTION="
"R
andNegBinom
returns a negitive binomialy distributed random "
"R
ANDNEGBINOM
returns a negitive binomialy distributed random "
"number. "
"
\n
"
"If @p < 0 or @p > 1
RandNegBinom
returns #NUM! error. "
"If @failures R
andNegBinom
returns #NUM! error. "
"If @p < 0 or @p > 1
, RANDNEGBINOM
returns #NUM! error. "
"If @failures R
ANDNEGBINOM
returns #NUM! error. "
"
\n
"
"@EXAMPLES=
\n
"
"R
andNegBinom
(0.5,2).
\n
"
"R
ANDNEGBINOM
(0.5,2).
\n
"
"
\n
"
"@SEEALSO=RAND,RANDBETWEEN"
)
};
...
...
@@ -3228,7 +3228,7 @@ static char *help_mdeterm = {
"@EXAMPLES=
\n
"
"Let us assume that A1, ..., A4 contain numbers 2, 3, 7, and 3, "
"B1, ..., B4 4, 2, 4, and 1, C1, ..., C4 9, 4, 3, and 2, and "
"D1, ..., D4 7, 3, 6, and 5.
Then.
\n
"
"D1, ..., D4 7, 3, 6, and 5.
Then
\n
"
"MDETERM(A1:D4) equals 148.
\n
"
"
\n
"
"@SEEALSO=MMULT, MINVERSE"
)
...
...
@@ -3281,7 +3281,7 @@ static char *help_sumproduct = {
"products. If an array entry is not numeric, the value zero is "
"used instead. "
"
\n
"
"If array or range arguments do not have the same dimentions, "
"If array
s
or range arguments do not have the same dimentions, "
"SUMPRODUCT returns #VALUE! error. "
"This function is Excel compatible. "
"
\n
"
...
...
src/functions/fn-stat.c
View file @
352d6328
...
...
@@ -153,7 +153,7 @@ static char *help_var = {
"@DESCRIPTION="
"VAR estimates the variance of a sample of a population. "
"To get the true variance of a complete population use @VARP"
"To get the true variance of a complete population use @VARP
.
"
"
\n
"
"(VAR is also known as the N-1-variance. Under reasonable "
"conditions, it is the maximum-likelihood estimator for the "
...
...
@@ -186,7 +186,7 @@ static char *help_stdev = {
"@DESCRIPTION="
"STDEV returns standard deviation of a set of numbers "
"treating these numbers as members of a population"
"treating these numbers as members of a population
.
"
"This function is Excel compatible. "
"
\n
"
"@EXAMPLES=
\n
"
...
...
@@ -215,7 +215,7 @@ static char *help_stdevp = {
"@DESCRIPTION="
"STDEVP returns standard deviation of a set of numbers "
"treating these numbers as members of a complete population"
"treating these numbers as members of a complete population
.
"
"This function is Excel compatible. "
"
\n
"
"@EXAMPLES=
\n
"
...
...
@@ -1042,7 +1042,7 @@ static char *help_skewp = {
"@SYNTAX=SKEWP(n1, n2, ...)
\n
"
"@DESCRIPTION="
"SKEW returns the population skewness of a data set."
"SKEW
P
returns the population skewness of a data set."
"
\n
"
"Strings and empty cells are simply ignored."
"
\n
"
...
...
@@ -1155,7 +1155,7 @@ static char *help_gammadist = {
"@DESCRIPTION="
"GAMMADIST function returns the gamma distribution. If @cum "
"is TRUE GAMMADIST returns the incomplete gamma function, "
"is TRUE
,
GAMMADIST returns the incomplete gamma function, "
"otherwise it returns the probability mass function."
"
\n
"
"If @x < 0 GAMMADIST returns #NUM! error. "
...
...
@@ -1733,7 +1733,7 @@ static char *help_critbinom = {
"@DESCRIPTION="
"CRITBINOM function returns the smallest value for which the"
"cumulative is
c
reater than or equal to a given value. "
"cumulative is
g
reater than or equal to a given value. "
"@n is the number of trials, @p is the probability of success in "
"trials, and @alpha is the criterion value. "
"
\n
"
...
...
@@ -1807,7 +1807,7 @@ static char *help_hypgeomdist = {
"@SYNTAX=HYPGEOMDIST(x,n,M,N)
\n
"
"@DESCRIPTION="
"HYPGEOMDIST function returns the hypergeometric distribution "
"HYPGEOMDIST function returns the hypergeometric distribution
.
"
"@x is the number of successes in the sample, @n is the number "
"of trials, @M is the number of successes overall, and @N is the"
"population size."
...
...
@@ -2094,7 +2094,7 @@ static char *help_kurtp = {
"@SYNTAX=KURTP(n1, n2, ...)
\n
"
"@DESCRIPTION="
"KURT returns the population kurtosis of a data set."
"KURT
P
returns the population kurtosis of a data set."
"
\n
"
"Strings and empty cells are simply ignored."
"
\n
"
...
...
@@ -2224,7 +2224,7 @@ static char *help_poisson = {
"@SYNTAX=POISSON(x,mean,cumulative)
\n
"
"@DESCRIPTION="
"POISSON function returns the Poisson distribution "
"POISSON function returns the Poisson distribution
.
"
"@x is the number of events, @mean is the expected numeric value "
"@cumulative describes whether to return the sum of the "
"poisson function from 0 to @x."
...
...
@@ -3281,7 +3281,7 @@ static char *help_quartile = {
"QUARTILE function returns the quartile of the given data "
"points. "
"
\n
"
"If
quart is equal to:
QUARTILE returns:
\n
"
"If
@quart is equal to:
QUARTILE returns:
\n
"
"0 the smallest value of @array.
\n
"
"1 the first quartile
\n
"
"2 the second quartile
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment