Excel Function : CSCH
Category
Math and trigonometry
Description
Returns the hyperbolic cosecant of an angle
Microsoft Excel Reference Page
https://support.office.com/en-us/article/CSCH-function-f58f2c22-eb75-4dd6-84f4-a503527f8eeb
Syntax and Description of the CSCH Excel Function
in csharp
Please see the screenshot of the syntax for the CSCH function in Excel. I want to convert this to C#. I have googled it but I'm not getting the correct syntax.
Screenshot of the syntax for the CSCH function in Excel
A:
I'm not sure why you want to write your own implementation of CSCH. The Math.Csch method already implements the CSCH functionality.
double csch = Math.Csch(x);
About CSCH Excel Function
The CSCH function returns the cosecant hyperbolic of a number.