Back to functions

acsc


arccosecant

Returns the inverse of csc in radians.

Usage: nerdamer("acsc(x)")


Parameters

expression x Returns the appropriate value if possible otherwise it returns the function with the simplified expression

Returns

Expression

EXAMPLES:
var r = nerdamer('acsc(81)');
console.log(r.toString());
var t = nerdamer('acsc(1)')
console.log(t.toString());
OUTPUT:
Back to functions