RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.SecH Function

Calculates the hyperbolic secant of an angle.

Pascal
function SecH(const X: Extended): Extended;
C++
Extended SecH(const Extended X);

Math

Call SecH to obtain the hyperbolic secant of X, where X is an angle in Radians. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!