summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-02-16 17:33:59 +0900
committerjan iversen <jani@documentfoundation.org>2016-03-11 07:27:29 +0000
commitd31df8fb80ee7408b9c79ffd7acaf2561f75432d (patch)
tree8085a02c337dbcc3357bd46f43da4e4e90ddfd22 /starmath
parent05ff3d112b79202f393f9067fec4fe72f2d8ac3c (diff)
starmath: Make examples of exponential function consistent
... by prefixing "func" so that it is the same as Exponential Function in Functions of the Elements window (RID_EX in commands.src). Change-Id: I823c345a0f376f0679930aa7975bdeb03575cd43 Reviewed-on: https://gerrit.libreoffice.org/22389 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index feb89f18e816..86266d653c56 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -668,7 +668,7 @@ void SmElementsControl::build()
addElement(aEquation, aEquation, "");
aEquation = "f ( x ) = sum from { { i = 0 } } to { infinity } { {f^{(i)}(0)} over {i!} x^i}";
addElement(aEquation, aEquation, "");
- aEquation = "f ( x ) = {1} over {%sigma sqrt{2%pi} }e^-{{(x-%mu)^2} over {2%sigma^2}}";
+ aEquation = "f ( x ) = {1} over {%sigma sqrt{2%pi} }func e^-{{(x-%mu)^2} over {2%sigma^2}}";
addElement(aEquation, aEquation, "");
}
break;