AngouriMath

Navigation

← Back to list of members

Sec​(AngouriMath.​Entity)

 Method (no overloads)

Summary

https://en.wikipedia.org/wiki/Trigonometric_functions

Parameter "a"

Argument node of secant

Returns

Secant 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