You are here: Symbol Reference > Math387 Namespace > Functions > Math387.SinhCosh Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.SinhCosh Function

The hyperbolic sine and cosine.

Pascal
procedure SinhCosh(const X: double; out SinhX: double; out CoshX: double); overload;
Parameters 
Description 
Defines argument for sinh and cosh functions. 
SinhX 
Returns the hyperbolic sine. 
CoshX 
Returns the hyperbolic cosine. 

Calculates the hyperbolic sine and cosine in one pass. Use this version if you require both Sinh and Cosh.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!