[www-allfeatures] new/cws dr78 : Secant spreadsheet functions

[email protected] Tue, 1 Mar 2011 17:25:35 +0100 (MET)
Newsgroups gmane.comp.openoffice.announce.features
Message-ID <3778663.11298996735555.JavaMail.root@so-web4>
------=_Part_409_19511586.1298996735552
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit



       Product: Spreadsheet
          Type: new
         Title: Secant spreadsheet functions
     Posted by: [email protected]
      Affected: sc
         TaskId: i111413
<http://www.openoffice.org/issues/show_bug.cgi?id=111413>
Effective from: cws dr78
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dr78>
    CWS status: new


*Flags*
-------
API/ BASIC [ ]
Configuration [ ]
File format change [ ]
Help/ Guide [x]
Performance test [ ]
Translation [x]
UI relevant [x]


*Description*
-------------
New spreadsheet functions implemented:

SEC computes the secant of an angle specified in radians, SEC(x)=1/COS(x)

CSC computes the cosecant of an angle specified in radians,
CSC(x)=1/SIN(x)

SECH computes the hyperbolic secant of a hyperbolic angle specified in
radians, SECH(x)=1/COSH(x)

CSCH computes the hyperbolic cosecant of a hyperbolic angle specified
in radians, CSCH(x)=1/SINH(x)

The functions are defined in the ODF 1.2 OpenFormula standard draft
available at
http://docs.oasis-open.org/office/v1.2/csprd03/OpenDocument-v1.2-csprd03-part2.odt

Export to MS-Excel is realized as the equivalent (1/COS(x)),
(1/SIN(x)), (1/COSH(x)) and (1/SINH(x)) calls.



Send feedback to [email protected]

--
------------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected] with Subject: help

------=_Part_409_19511586.1298996735552--