RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ArcSec Function

Calculates the inverse secant of a given number.

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

Math

ArcSec returns the inverse secant of X. 

 

Sec 

ArcSech

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