AngouriMath
Negation(AngouriMath.Entity)
Method (no overloads)
Summary
Boolean negation
Wikipedia
Wikipedia
Parameter "a"
Argument node of which Negation function will be taken
Returns
The Not node
Example
using System;
using static AngouriMath.MathS;
Console.WriteLine(Negation("x"));
Console.WriteLine(Negation(Negation("x")));
Console.WriteLine(Negation(Negation("x")).Simplify());
Prints
not x
not not x
x
Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online