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

Sine and cosine in single pass.

Pascal
procedure SinCos(const X: double; out SinX: double; out CosX: double); overload;
Parameters 
Description 
Defines argument for sin and cos functions. 
SinX 
Returns the hyperbolic sine. 
CosX 
Returns the hyperbolic cosine. 

Computes sine and cosine in one pass. Call this routine if you require sine and cosine.

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