AngouriMath

Navigation

← Back to list of members

Tan​(AngouriMath.​Entity)

 Method (no overloads)

Summary

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

Parameter "a"

Argument node of which tangent will be taken

Returns

Tangent node

Example

using System;
using static AngouriMath.MathS;
var expr = Tan("x") * Cotan("x");
Console.WriteLine(expr);
Console.WriteLine(expr.Simplify());
var expr2 = Tan("x") * Cos("x");
Console.WriteLine(expr2.Simplify());

Prints
tan(x) * cotan(x)
1
sin(x)

























Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online