summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/01/04060106.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/scalc/01/04060106.xhp')
-rw-r--r--helpcontent2/source/text/scalc/01/04060106.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060106.xhp b/helpcontent2/source/text/scalc/01/04060106.xhp
index 0774564c79..d8bcbea6f3 100644
--- a/helpcontent2/source/text/scalc/01/04060106.xhp
+++ b/helpcontent2/source/text/scalc/01/04060106.xhp
@@ -740,14 +740,14 @@ oldref="640">Example</paragraph>
<bookmark xml-lang="en-US" branch="hid/HID_FUNC_POTENZ" id="bm_id3155728" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3155717" role="heading" level="2" l10n="U"
oldref="350">POWER</paragraph>
-<paragraph xml-lang="en-US" id="par_id3159495" role="paragraph" l10n="CHG" oldref="351"><ahelp hid="HID_FUNC_POTENZ">Returns a number raised to a power.</ahelp></paragraph>
+<paragraph xml-lang="en-US" id="par_id3159495" role="paragraph" l10n="CHG" oldref="351"><ahelp hid="HID_FUNC_POTENZ">Returns a number raised to another number.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="hd_id3159513" role="heading" level="3" l10n="U"
oldref="352">Syntax</paragraph>
-<paragraph xml-lang="en-US" id="par_id3159526" role="code" l10n="U" oldref="353">POWER(Base; Power)</paragraph>
-<paragraph xml-lang="en-US" id="par_id3159540" role="paragraph" l10n="CHG" oldref="354">Returns <emph>Base</emph> raised to the power of <emph>Power</emph>.</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159526" role="code" l10n="U" oldref="353">POWER(Base; Exponent)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3159540" role="paragraph" l10n="CHG" oldref="354">Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>.</paragraph>
<paragraph xml-lang="en-US" id="par_id5081637" role="paragraph" l10n="NEW">The same result may be achieved by using the exponentiation operator ^:</paragraph>
<paragraph xml-lang="en-US" id="par_id9759514" role="code" l10n="NEW">
-<item type="literal">Base^Power</item>
+<item type="literal">Base^Exponent</item>
</paragraph>
<paragraph xml-lang="en-US" id="hd_id3159580" role="heading" level="3" l10n="U"
oldref="356">Example</paragraph>