summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorSteve Fanning <stevefanning@libreoffice.org>2021-04-10 20:35:48 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-04-11 16:09:19 +0200
commitd055e8d2ab5182def772050c8abdc54725a7814a (patch)
treebcd33b4e09da36d166ac38a7f21a601d166fdff8 /Package_html_media.mk
parentFix the data selection (diff)
downloadhelp-d055e8d2ab5182def772050c8abdc54725a7814a.tar.gz
help-d055e8d2ab5182def772050c8abdc54725a7814a.zip
Help Pages for Calc’s “IM” Functions, Improved Equations
I have recently spent some time updating the pages of the Calc Functions Wiki that relate to the processing of complex numbers. There are 25 functions in Calc’s Add-In category that have names beginning with the letters “IM” and these are all concerned with processing complex numbers of the form “a+bi”. Of these 25, there are 6 trigonometric functions (IMCOS, IMCOT, IMCSC, IMSEC, IMSIN, and IMTAN) and 4 hyperbolic functions (IMCOSH, IMCSCH, IMSECH, and IMSINH). For these 10, the current help pages include equations to assist the user’s understanding of the function’s purpose. I feel that some of these equations should be replaced with more appropriate equations that reflect how the software functions (see /core/scaddins/source/analysis/analysishelper.cxx) and these proposed changes are listed below. Change-Id: Ie0e4957e374570d60be00bcbe9b9015acab5e3a1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113935 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r--Package_html_media.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk
index 2fb33193bc..6258055767 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -80,14 +80,14 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
helpimg/sc_cell_with_comment_displayed.png \
helpimg/sc_func_imcos.svg \
helpimg/sc_func_imcosh.svg \
- helpimg/sc_func_imcot.svg \
+ helpimg/scalc/IMCOT_equation.svg \
helpimg/sc_func_imsin.svg \
helpimg/sc_func_imsinh.svg \
- helpimg/sc_func_imcsc.svg \
- helpimg/sc_func_imcsch.svg \
- helpimg/sc_func_imsec.svg \
- helpimg/sc_func_imsech.svg \
- helpimg/sc_func_imtan.svg \
+ helpimg/scalc/IMCSC_equation.svg \
+ helpimg/scalc/IMCSCH_equation.svg \
+ helpimg/scalc/IMSEC_equation.svg \
+ helpimg/scalc/IMSECH_equation.svg \
+ helpimg/scalc/IMTAN_equation.svg \
helpimg/sc_func_opt01.svg \
helpimg/sd_drawing_with_comment.png \
helpimg/sd_PresenterConsole01.png \