Syntax Description
ACOT(number)
Returns the inverse cotangent of the given number in
radians.
ACOTH(number) Returns the inverse hyperbolic cotangent of the given
number in radians.
ASIN(number)
Returns the inverse sine of the given number in
radians.
ASINH(number) Returns the inverse hyperbolic sine of the given
number in radians.
ATAN(number)
Returns the inverse tangent of the given number in
radians.
ATAN2(number_x;
number_y)
Returns the inverse tangent of the specified x and y
coordinates. Number_x is the value for the x
coordinate. Number_y is the value for the y coordinate.
ATANH(number) Returns the inverse hyperbolic tangent of the given
number. (Angle is returned in radians.)
CEILING(number;
significance; mode)
Rounds the given number to the nearest integer or
multiple of significance. Significance is the value to
whose multiple of ten the value is to be rounded up
(.01, .1, 1, 10, etc.). Mode is an optional value. If it is
indicated and non-zero and if the number and
significance are negative, rounding up is carried out
based on that value.
COMBIN(count_1; count_2) Returns the number of combinations for a given
number of objects. Count_1 is the total number of
elements. Count_2 is the selected count from the
elements. This is the same as the nCr function on a
calculator.
COMBINA(count_1;
count_2)
Returns the number of combinations for a given
number of objects (repetition included). Count_1 is the
total number of elements. Count_2 is the selected
count from the elements.
CONVERT(value; "text";
"text")
Converts a currency value of a European currency into
Euros. Value is the amount in the currency to be
converted. Text is the official abbreviation for the
currency in question (for example, "EUR"). The first
Text parameter gives the source value to be converted;
the second Text parameter gives the destination value.
Both text arguments must be within quotes.
COS(number)
Returns the cosine of the given number (angle in
radians).
COSH(number)
Returns the hyperbolic cosine of the given number
(angle in radians).
COT(number)
Returns the cotangent of the given number (angle in
radians).
COTH(number)
Returns the hyperbolic cotangent of the given number
(angle in radians).
Appendix B Description of Functions 377
Kommentare zu diesen Handbüchern