Back to Symbolic Math (SymEngine)
sym.csc
Computes the cosecant of a symbolic expression.
Syntax
sym.csc(x)
Description
Computes the cosecant of a symbolic expression. The cosecant function is defined as csc(x) = 1/sin(x), representing the ratio of the hypotenuse to the opposite side.
Parameters
| Name | Description |
|---|---|
| x | - The angle in radians (as a symbolic expression). |
Returns
Expr