PHP code example of 021 / numeric
1. Go to this page and download the library: Download 021/numeric 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/ */
021 / numeric example snippets
use function O21\Numeric\Helpers\num;
$number = num('123.456');
echo $number->add('0.544')->get();