<< Previous | Next >>

acsc

float acsc( float x );

Description

Computes the arccosecant 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 arccosecant of the argument in radians.

Library

MATH.LIB

See also

sin, asin


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