Skip to content

Releases: Noorani-MM/Math-implies

v1.0.1

28 Jan 12:32
Compare
Choose a tag to compare

v1.0.0

27 Jan 13:51
Compare
Choose a tag to compare

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.