1. Go to this page and download the library: Download danhunsaker/bcmath library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
BC::parse('{m} * {x} + {b}', null, 18);
// Any unrecognized variables are assumed to be zero,
// so the above is the same as:
BC::parse('0 * 0 + 0', null, 18);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.