Releases: Noorani-MM/Math-implies
Releases · Noorani-MM/Math-implies
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/Noorani-MM/Math-implies/commits/v1.0.0
Math Implies
This package facilitates the solution of discrete mathematical problems.
How to install
composer require noorani-mm/math-implies
How to use
Provide your desired logical statement as the parameter to the Implies class.
$implies = new \Math\Implies\Implies('p->q');
From now on, you can retrieve the required outputs.