diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-27 23:01:46 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-28 15:25:28 +0100 |
commit | 9dd0e2aabcddcac3dc961933b7bed8d612a43e58 (patch) | |
tree | 91d2d5b7392f85087c9204c3c6afdaa08f978303 /sc/inc/helpids.h | |
parent | 69c4db12089a9bf88aa053f9fab1fe5c97bd34e3 (diff) |
dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked
# HG changeset patch
# User Eike Rathke [er] <eike.rathke@oracle.com>
# Date 1291394833 -3600
# Node ID ff05fcb4fe392f8c336466982a25fdfda207515a
# Parent 4ca136c3f3c8eb330664884c2ff79e2027d8e4eb
Diffstat (limited to 'sc/inc/helpids.h')
-rw-r--r-- | sc/inc/helpids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index ec756ae59b26..5eec0d1c3301 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -518,6 +518,10 @@ #define HID_FUNC_COTHYP "SC_HID_FUNC_COTHYP" #define HID_FUNC_TANHYP "SC_HID_FUNC_TANHYP" #define HID_FUNC_ARCTAN2 "SC_HID_FUNC_ARCTAN2" +#define HID_FUNC_COSECANT "SC_HID_FUNC_COSECANT" +#define HID_FUNC_SECANT "SC_HID_FUNC_SECANT" +#define HID_FUNC_SECANTHYP "SC_HID_FUNC_SECANTHYP" +#define HID_FUNC_COSECANTHYP "SC_HID_FUNC_COSECANTHYP" #define HID_FUNC_DEG "SC_HID_FUNC_DEG" #define HID_FUNC_RAD "SC_HID_FUNC_RAD" #define HID_FUNC_EXP "SC_HID_FUNC_EXP" |