PHP code example of mathematicator-core / integral-solver

1. Go to this page and download the library: Download mathematicator-core/integral-solver 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/ */

    

mathematicator-core / integral-solver example snippets


$solver = new IntegralSolver(/* some dependencies */);

// Process simple input:
$solver->process('1 + x');