diff --git a/helpcontent2/source/text/scalc/01/04060116.xhp b/helpcontent2/source/text/scalc/01/04060116.xhp index 43f9a82c9b..4f1fc2ff68 100755 --- a/helpcontent2/source/text/scalc/01/04060116.xhp +++ b/helpcontent2/source/text/scalc/01/04060116.xhp @@ -5,9 +5,9 @@ * * $RCSfile: 04060116.xhp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:30:40 $ + * last change: $Author: kz $ $Date: 2005-10-05 11:58:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ Sun Microsystems, Inc. -FPE: Fixed missing headers, inserted sections, added sort element +FPE: Fixed missing headers, inserted sections, added sort element @@ -136,7 +136,7 @@ IMEXP -The result is the power of e (the Eulerian number) and the complex number. +The result is the power of e and the complex number. The constant e has a value of approximately 2.71828182845904. Syntax IMEXP(Complex number) Complex number: the complex number is entered in the form "x + yi" or "x + yj" @@ -160,7 +160,7 @@ IMLN -The result is the natural logarithm of a complex number. +The result is the natural logarithm (to the base e) of a complex number. The constant e has a value of approximately 2.71828182845904. Syntax IMLN(Complex number) Complex number: the complex number is entered in the form "x + yi" or "x + yj" @@ -172,7 +172,7 @@ IMLOG10 -The result is the common logarithm of a complex number. +The result is the common logarithm (to the base 10) of a complex number. Syntax IMLOG10(Complex number) Complex number: the complex number is entered in the form "x + yi" or "x + yj" @@ -281,7 +281,7 @@ OCT2BIN function -OCT2BIN +OCT2BIN The result is the binary number for the octal number entered. Syntax OCT2BIN(Number;Places)