AngouriMath
Factorial(AngouriMath.Entity)
Method (no overloads)
Summary
Parameter "a"
Argument node of which factorial will be taken
Returns
Factorial node
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