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);

ArcSec returns the inverse secant of X. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!