AngouriMath
Cosec(AngouriMath.Entity)
Method (no overloads)
Summary
Parameter "a"
Argument node of cosecant
Returns
Cosecant node
Example
using System;
using static AngouriMath.MathS;
var expr = Sec("x") / Cosec("x");
Console.WriteLine(expr);
Console.WriteLine(expr.Simplify());
Prints
sec(x) / csc(x)
tan(x)
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online