Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Cosh(const X: TCplx): TCplx; | Hyperbolic cosine. |
| 2 | procedure Cosh(const X: TCplx; out result: TCplx); | Hyperbolic cosine. |
| 3 | function Cosh(const X: TSCplx): TSCplx; | |
| 4 | procedure Cosh(const X: TSCplx; out result: TSCplx); | |
| 5 | function Cosh(const X: Double): Double; | Hyperbolic cosine. |
| 6 | function Coshf(const X: Single): Single; |
Overload 1: function Cosh(const X: TCplx): TCplx;
Hyperbolic cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - Returns the hyperbolic cosine of complex argument X.
Overload 2: procedure Cosh(const X: TCplx; out result: TCplx);
Hyperbolic cosine.
| # | Name | Description |
|---|---|---|
| 1 | X | Defines argument for function. |
| 2 | result | Returns the hyperbolic cosine. |
Result: stored in self (calling object)
Overload 3: function Cosh(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 4: procedure Cosh(const X: TSCplx; out result: TSCplx);
Overload 5: function Cosh(const X: Double): Double;
Hyperbolic cosine.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Double - Returns the hyperbolic cosine of real argument X.
See Also: Math387.ArcCosh
Overload 6: function Coshf(const X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single |
Returns: Single