summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas TEVESZ <ice@extreme.hu>2017-02-12 16:33:03 +0100
committerTamas TEVESZ <ice@extreme.hu>2017-02-12 16:33:03 +0100
commit710002612267d63b6e8515108c5146d8578842e5 (patch)
tree1d0b153ed40c2d6d30b614695c233c13026603e7
parent293f584f38874e8548d688772aaa61a61a862a1a (diff)
Minor doc fixes
-rw-r--r--src/doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc b/src/doc
index 04f978a..c369692 100644
--- a/src/doc
+++ b/src/doc
@@ -939,7 +939,7 @@ Commands for handling cell content:
Return {expr1} raised to the power of {expr2}.
@hypot({expr1},{expr2})
- Return @sqrt({expr1}*{expr1}+{expr1}*{expr1}), taking precautions
+ Return @sqrt({expr1}*{expr1}+{expr2}*{expr2}), taking precautions
against overflows.
@pi
@@ -1046,7 +1046,7 @@ Commands for handling cell content:
For example, having in A1 the string "Extension" and entering in A2
the following:
@replace(A1,"n","Z")
- will result "Extezsioz" in A2.
+ will result "ExteZsioZ" in A2.
@ext("{se}",{expr})
Call an external program or script. This allows arbitrary functions