Function reference · Trigonometry
acsc
Computes the principal inverse cosecant.
acsc is evaluated through reciprocal/inverse-trigonometric identities when the input can be simplified; otherwise the expression remains symbolic.
Examples
These examples use Nerdamer Notation.
Evaluate an inverse cosecant when supported.
acsc(2)Interfaces
The same operation is available through the interfaces below.
Nerdamer Notation
Use this form inside input passed to nerdamer(...).
acsc(arg1)
nerdamer.acsc
Call the operation through the default nerdamer import.
nerdamer.acsc(x: ExpressionInput): Expression
Parameters
| Name | Type | Description |
|---|---|---|
x | ExpressionInput | The input expression (domain `|x| ≥ 1` for real results). |
Returns
Expression — The arccosecant of `x` in radians.
