Cosecant

Base.Math.cscFunction
csc(x)

Compute the cosecant of x, where x is in radians.

source
csc(A::AbstractMatrix)

Compute the matrix cosecant of a square matrix A.

Base.Math.cschFunction
csch(x)

Compute the hyperbolic cosecant of x.

source
csch(A::AbstractMatrix)

Compute the matrix hyperbolic cosecant of square matrix A.

Base.Math.acscFunction
acsc(x)

Compute the inverse cosecant of x, where the output is in radians.

source
acsc(A::AbstractMatrix)

Compute the inverse matrix cosecant of A.

Base.Math.acscdFunction
acscd(x)

Compute the inverse cosecant of x, where the output is in degrees. If x is a matrix, x needs to be a square matrix.

Julia 1.7

Matrix arguments require Julia 1.7 or later.

source
Base.Math.acschFunction
acsch(x)

Compute the inverse hyperbolic cosecant of x.

source
acsch(A::AbstractMatrix)

Compute the inverse matrix hyperbolic cosecant of A.