diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-11-17 10:54:37 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-20 12:25:18 -0600 |
commit | 5a1fa549520aad341b1b8cfe59b1e1b6ed3e4164 (patch) | |
tree | 893c20737f93ebfa44363f37b159258775e23617 /sc/inc | |
parent | b3ecd33b45d131e63bff287ae564c4225a946959 (diff) |
fdo#71436 add Excel 2010 functions for F-distribution
Added F.DIST.RT, F.INV.RT, F.TEST, which are renamed
FDIST, FINV and FTEST and handle the right tail F-distribution.
Added F.DIST and F.INV, which are new functions and handle
the left tail F-distribution.
Change-Id: Ia7fa26a25f3188249f280733d6111951e2600704
Reviewed-on: https://gerrit.libreoffice.org/6701
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/helpids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 148f6de40e5c..554755114258 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -695,5 +695,10 @@ #define HID_FUNC_CHISQINV_MS "SC_HID_FUNC_CHISQINV_MS" #define HID_FUNC_CONFIDENCE_N "SC_HID_FUNC_CONFIDENCE_N" #define HID_FUNC_CONFIDENCE_T "SC_HID_FUNC_CONFIDENCE_T" +#define HID_FUNC_F_DIST_LT "SC_HID_FUNC_F_DIST_LT" +#define HID_FUNC_F_DIST_RT "SC_HID_FUNC_F_DIST_RT" +#define HID_FUNC_F_INV_LT "SC_HID_FUNC_F_INV_LT" +#define HID_FUNC_F_INV_RT "SC_HID_FUNC_F_INV_RT" +#define HID_FUNC_F_TEST_MS "SC_HID_FUNC_F_TEST_MS" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |