Skip to content

ACSC

Category: Function
Syntax: ACSC(num)

Description

Returns the inverse cosecant (arccosecant) in radians.

See also

Example

10 LET A = ACSC(1.0)
20 PRINT(A)