<-- Previous || Up || Next -->

Arcsec Function
Math Trig Derived Class

Public Function Arcsec( _
    ByRef X As Variant _
    ) As Variant

"Inverse Secant"

Summary: This function is for users who have Visual Basic code that is based upon Microsoft's definition of this function in their "Derived Math Functions" Help Topic. This function is limited to arguments and results that are real numbers.
See also:
    ASec Function
    Derived Math Functions Help (Visual Basic)
Definition:
    Arcsec(X) = Atn(X / Sqr(X * X - 1)) + Sgn((X) -1) * (2 * Atn(1))

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.