AngouriMath

Navigation

← Back to list of members

Gamma​(AngouriMath.​Entity)

 Method (no overloads)

Summary

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

Parameter "a"

Argument node of which gamma function will be taken

Returns

Factorial node with one added to the argument

Example

using System;
using static AngouriMath.MathS;
var expr = Factorial(5);
Console.WriteLine(expr);
Console.WriteLine(expr.Evaled);
var expr2 = Gamma(4);
Console.WriteLine(expr2);
Console.WriteLine(expr2.Evaled);

Prints
5!
120
(4 + 1)!
120

























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