<< Previous | Next >>

asec

float asec( float x );

Description

Computes the arcsecant of real float value x.

NOTE The Dynamic C functions deg and rad convert radians and degrees.

Parameters

x
Assumed to be between -INF and +INF.

Return value

The arcsecant of the argument in radians.

Library

MATH.LIB

See also

cos, acos


Dynamic C Functions << Previous | Next >> rabbit.com