Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
c852cd15
Commit
c852cd15
authored
Sep 03, 1998
by
Donnie Barnes
Browse files
oops, fixed a bug in the help docs
parent
2c1375e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
plugins/fn-math/functions.c
View file @
c852cd15
...
...
@@ -165,25 +165,6 @@ static char *help_abs = {
"<seealso>CEIL, FLOOR</seealso>"
)
};
static
char
*
help_or
=
{
N_
(
"<function>OR</function>"
"<syntax>OR(b1, b2, ...)</syntax>n"
"<description>Implements the logical OR function: the result is TRUE "
"if any of the expression evaluates to TRUE, otherwise it returns "
"FALSE.<p>"
"b1, trough bN are expressions that should evaluate to TRUE or FALSE."
"If an integer or floating point value is provided zero is considered "
"FALSE and anything else is TRUE.<p>"
"If the values contain strings or empty cells those values are "
"ignored. If no logical values are provided, then the error '#VALUE!' "
"is returned. "
"</description>"
"<seealso>AND</seealso>"
)
};
static
char
*
help_and
=
{
N_
(
"<function>AND</function>"
"<syntax>AND(b1, b2, ...)</syntax>n"
...
...
src/fn-math.c
View file @
c852cd15
...
...
@@ -165,25 +165,6 @@ static char *help_abs = {
"<seealso>CEIL, FLOOR</seealso>"
)
};
static
char
*
help_or
=
{
N_
(
"<function>OR</function>"
"<syntax>OR(b1, b2, ...)</syntax>n"
"<description>Implements the logical OR function: the result is TRUE "
"if any of the expression evaluates to TRUE, otherwise it returns "
"FALSE.<p>"
"b1, trough bN are expressions that should evaluate to TRUE or FALSE."
"If an integer or floating point value is provided zero is considered "
"FALSE and anything else is TRUE.<p>"
"If the values contain strings or empty cells those values are "
"ignored. If no logical values are provided, then the error '#VALUE!' "
"is returned. "
"</description>"
"<seealso>AND</seealso>"
)
};
static
char
*
help_and
=
{
N_
(
"<function>AND</function>"
"<syntax>AND(b1, b2, ...)</syntax>n"
...
...
src/functions/fn-math.c
View file @
c852cd15
...
...
@@ -165,25 +165,6 @@ static char *help_abs = {
"<seealso>CEIL, FLOOR</seealso>"
)
};
static
char
*
help_or
=
{
N_
(
"<function>OR</function>"
"<syntax>OR(b1, b2, ...)</syntax>n"
"<description>Implements the logical OR function: the result is TRUE "
"if any of the expression evaluates to TRUE, otherwise it returns "
"FALSE.<p>"
"b1, trough bN are expressions that should evaluate to TRUE or FALSE."
"If an integer or floating point value is provided zero is considered "
"FALSE and anything else is TRUE.<p>"
"If the values contain strings or empty cells those values are "
"ignored. If no logical values are provided, then the error '#VALUE!' "
"is returned. "
"</description>"
"<seealso>AND</seealso>"
)
};
static
char
*
help_and
=
{
N_
(
"<function>AND</function>"
"<syntax>AND(b1, b2, ...)</syntax>n"
...
...
Write
Preview
Supports
Markdown
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